From: | Byron Nikolaidis <byronn(at)insightdist(dot)com> |
---|---|
To: | "pgsql-interfaces(at)postgreSQL(dot)org" <pgsql-interfaces(at)postgreSQL(dot)org> |
Cc: | Dario Fumagalli <swdevel(at)art-media(dot)it>, Rob Riggs <rob(at)devilsthumb(dot)com>, Oliver Stegle <ostegle(at)fr(dot)infra(dot)net>, Olaf Mittelstaedt <mstaedt(at)va-sigi(dot)va(dot)fh-ulm(dot)de> |
Subject: | NEW ODBC DRIVER v.0240 |
Date: | 1998-05-15 15:43:34 |
Message-ID: | 355C62A6.BAB1300D@insightdist.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-interfaces |
Hello,
Version .0240 is now at our website
(http://www.insightdist.com/psqlodbc)
Byron
version.txt date: 5/15/98 version: 06.30.0240
---------------------------------------------------------------------
This file describes changes and or fixes since the last update.
BUG_FIXES:
1. Fixed problem with SQLPrepare and recycling used statements.
This fixes the problem with MS Access "Save As/Export ODBC" which
creates a table and populates it.
2. Escape apostrophes (') in Parameters. Fixes parse error when
apostrophes
are contained in data being inserted/updated.
3. Enhanced SQLPutData for numeric->character conversion. MSQuery would
fail on insert/update.
NEW FEATURES:
1. Datasource option to show the OID column. For MS Access this is a
good
field to specify as the unique identifier, especially if there is no
key
for the table OR the key has many parts (backend canonifier problem).
2. Datasource option to "fake" an index on OID. If you are showing
OID's,
AND you dont have a real index on OID, this will cause the driver
to report one, allowing applications which can't ask for the
information
(i.e., Access 2.0) to use OID as a unique identifier.
3. Discriminate between types TABLE and VIEW in SQLTables.
From | Date | Subject | |
---|---|---|---|
Next Message | The Hermit Hacker | 1998-05-15 20:11:17 | Re: [INTERFACES] mSQL Compatibility Library (fwd) |
Previous Message | Bruce Momjian | 1998-05-15 13:51:07 | Re: [HACKERS] Re: [INTERFACES] Group/Order by not in target - Was [NEW ODBC DRIVER] |