version.txt date: 5/11/98 version: 06.30.0239 --------------------------------------------------------------------- This file describes changes and or fixes since the last update. BUG_FIXES: 1. Fixed problem with SQLGetInfo returning an SQL_DATABASE_NAME. This name was then being used in subsequent queries from MSQuery which would not work. Thus, "Preview Column" now works in MSQuery (reported by Peter Beno) 2. Fixed problem where a statement was being reused and not all flags were being reset properly causing a GPF. NEW FEATURES: 1. Added Driver setup option "BOOLS as Char". This allows you to specify whether Postgres Bool type is handled as SQL_BIT or as SQL_CHAR (default).