version.txt date: 11/10/98 version: 06.40.0001 ---------------------------------------------------------------------- This file describes changes and or fixes since the last update. NEW FEATURES: 1. Support for postgres 6.4 protocol. Varchar/char[] sizes should now be accurate in queries (such as in Borland). Postgres 6.3 and 6.2 protocol are still supported. The protocol setting is accomplished on the Advanced Options (Datasource) dialog. 2. Added KSQO (Keyset query optimization) option. The default is on. This features helps with queries such as those Access generates, which uses keysets. Without KSQO, these would most likely crash with palloc exhaustion. BUG_FIXES: 1. define ODBCVER to 0x0200 so the driver can compile under VC++5.0.