Обсуждение: NEW ODBC DRIVER v.0241

Поиск
Список
Период
Сортировка

NEW ODBC DRIVER v.0241

От
Byron Nikolaidis
Дата:
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.