version.txt           date:  4/27/98             version:  06.30.0010
---------------------------------------------------------------------
This file describes changes and or fixes since the last update.


1. Fixed problem with SQLParamData concerning text fields.  This resulted
   in data-at-exec parameters being lost and a '?' appearing in the query.

2. Added functionality to SQLStatistics to have it return information about
   unique indexes from Postgres system tables.  Also, returns info on
   clustered indexes as well.

3. Modified SQLPrimaryKeys to look for "_pkey" as the primary key index.

4. Fixed SQLColAttributes as to length, display_size, and precision.  Also
   there was some other information not being correctly returned in this
   function.