]> git.ipfire.org Git - thirdparty/postgresql.git/commit
From Zoltan Kovacs back in April (sorry for the delay Zoltan!):
authorThomas G. Lockhart <lockhart@fourpalms.org>
Wed, 25 Oct 2000 14:15:49 +0000 (14:15 +0000)
committerThomas G. Lockhart <lockhart@fourpalms.org>
Wed, 25 Oct 2000 14:15:49 +0000 (14:15 +0000)
commitc404d91c0bf15442a3dc38644263a05e258c3c52
treeedb5bbc8dc43e2a1f92704003f617633f7c7c866
parent48f0490809794011b449339d3844459177bb353f
From Zoltan Kovacs back in April (sorry for the delay Zoltan!):

I modified the current ODBC driver for

* referential integrity error reporting,
* SELECT in transactions and
* disabling autocommit.

I tested these changes with Borland C++ Builder -> ODBCExpress ->
WinODBC driver (DLL) -> Postgres 7.0beta1 and Borland C++ Builder -> BDE ->
WinODBC driver (DLL) -> Postgres 7.0beta1. The patch is based on snapshot of
22th April (I don't think that someone has modified it since that: Byron
hasn't gave any sign of living for about a month and I didn't find any
comments about the ODBC driver on the list).
src/interfaces/odbc/connection.c
src/interfaces/odbc/options.c
src/interfaces/odbc/statement.c