version.txt date: 7/6/98 version: 06.30.0247 --------------------------------------------------------------------- This file describes changes and or fixes since the last update. NEW FEATURES: 1. Added SQL statement parsing ability to the driver. This allows the driver to return information about column precision, nullability, length, aliases, etc., since Postgres doesn't return this info in a query. This also improves performance on applications that execute queries just for the purpose of finding out about the result data instead of actually retrieving it. Borland will get a big boost from this option. The Import Dictionary function should now properly report sizes of varchars. Plus, you can execute most queries in DBExplorer and get the real sizes of columns. The parsing statements option is enabled on the Advanced Driver options dialog. 2. Return the quoted identifer character as a quote instead of blank. This allows you many tools to use column and table names that have spaces and other characters contained in them. 3. This source release contains the driver ported for Unix IODBC. See the README.Linux file for more information. BUG_FIXES: 1. Return something (just regular tables) for SQLTables if no table types are supplied. This may help Cold Fusion applications. 2. Allow TXN_ISOLATION to be set as a connect option.