From Zoltan Kovacs back in April (sorry for the delay Zoltan!):

Thomas G. Lockhart <lockhart@fourpalms.org>

Commit: c404d91c0bf15442a3dc38644263a05e258c3c52
Author: Thomas G. Lockhart <lockhart@fourpalms.org>
Date: 2000-10-25T14:15:49Z
Releases: 7.1.1
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).

Files

PathChange+/−
src/interfaces/odbc/connection.c modified +21 −2
src/interfaces/odbc/options.c modified +9 −0
src/interfaces/odbc/statement.c modified +17 −6