NEW ODBC DRIVER v.0241 - Mailing list pgsql-interfaces

From Byron Nikolaidis
Subject NEW ODBC DRIVER v.0241
Date
Msg-id 355CA817.38CF611D@insightdist.com
Whole thread Raw
List pgsql-interfaces
Hello,

Version .0241 is now at our website
(http://www.insightdist.com/psqlodbc).

Byron


version.txt           date:  5/15/98             version:  06.30.0241
---------------------------------------------------------------------
This file describes changes and or fixes since the last update.


DRIVER SETUP CONFIGURATION CHANGES:

1. Because of the confusion with "Max LongVarchar", the maximum size
reported
   for Postgres TEXT and other unknown types will be based on the
   Data Type Options:

   Postgres Type     mapped to SQL_TYPE      Size Reported

-------------------------------------------------------------------------------

   TEXT              LongVarChar             size from "Max LongVarchar"
box
   TEXT              VarChar                 size from "Max Varchar" Box

   <unknown>         LongVarChar             size from "Max LongVarchar"
box
   <unknown>         VarChar                 size from "Varchar" Box


BUG_FIXES:


1. Fixed problem with SQL_C_BIT data converting to numeric.





pgsql-interfaces by date:

Previous
From: The Hermit Hacker
Date:
Subject: Re: [INTERFACES] mSQL Compatibility Library (fwd)
Next
From: Herouth Maoz
Date:
Subject: Re: [INTERFACES] Re: Index unused with OR?