summaryrefslogtreecommitdiff
path: root/statement.c
AgeCommit message (Collapse)Author
2001-02-11More cleanup.Bruce Momjian
2001-02-11Cleanup of source.Bruce Momjian
2001-02-10More ODBC formatting cleanup.Bruce Momjian
2001-02-10Run pgindent over ODBC source. We couldn't do this years ago because weBruce Momjian
weren't the master source. We are now, and it really needs it.
2001-02-10Remove protocol-dependent code. This should have been on previous commit.Bruce Momjian
2001-02-10CleanupBruce Momjian
2001-02-10Properly exit ODBC with 'X', allow linking on BSD/OS.Bruce Momjian
2001-02-10Ignore leading whitespace when trying to determine statement type,Tom Lane
so that ODBC driver doesn't go belly up by failing to recognize a SELECT as such.
2001-02-09Change SELECT to not trigger "BEGIN" in not autocommit mode.Hiroshi Inoue
2000-12-30Remove C++ comment.REL7_1_BETA3REL7_1_BETA2Peter Eisentraut
2000-12-15there is one problem with Zoltan patches commited into the tree:Bruce Momjian
if we set autocommit off and issued COMMIT (or ROLLBACK) on a connection new transaction is not started Max Khon
2000-10-25From Zoltan Kovacs back in April (sorry for the delay Zoltan!):Thomas G. Lockhart
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).
2000-05-27Remove // comments from ODBC.Bruce Momjian
2000-05-17Back out odbc changes until 7.1.Bruce Momjian
2000-05-16Several compilation and run-time problems occur when building on SGIBruce Momjian
IRIX systems using the native compilers. A summary is: - Various files use "//" as a comment delimiter in c files. - Problems caused by assuming "char" is signed. cash.in: building -signed the rules regression test fails as described in FAQ_QNX4. If CHAR_MAX is "255U" then ((signed char)CHAR_MAX) is -1. postmaster.c: random number regression test failed without this change. - Some generic build issues and warning message cleanup. David Kaelbling
2000-02-14I suspect that you are not the person to send this to, but I wasn't sureBruce Momjian
where else to mail it. I am the maintainer of unixODBC, and we have a set of code in our project that started life as the Postgres windows ODBC driver, which has been ported back to unix. Anyway I have just fixed a memory leak in the driver, and I cant see any mention of the fix being done in the main Postgres code, so I thougth I would let you know. Its in the statement.c module, after the COMMIT statement has been executed in SC_Execute, the code was Nick Gorham
2000-01-05Fix it's and its to be correct.Bruce Momjian
1999-11-29Small patch which fixes the ODBC driver so it doesn't segfault if:Bruce Momjian
You have CommLog and Debug enabled You encounter in error in any operation (SQLConnect/SQLExec). Previously, the extra logging didn't check for NULL pointers when trying to print some of the strings- the socket error message could frequently be NULL by design (if there was no socket error) and Solaris does not handle NULLS passed to things like printf ("%s\n",string); gracefully. This basically duplicates the functionality found in Linux where passing a null pointer to printf prints "(NULL)". No very elegant, but the logging is for debug only anyway. Dirk Niggemann
1999-10-25bug fix for large objects (free)Byron Nikolaidis
1999-09-03driver v06-40-0007Byron Nikolaidis
1999-01-08Update 06-40-0004 -- Add Bookmark support!Byron Nikolaidis
1998-12-29Minor fixes to compile on unix for v6-40-0002Byron Nikolaidis
1998-12-29Update for version 6-40-0002 and re-merge Thomas' changes.Byron Nikolaidis
1998-10-06Update source code to Byron's v6.30.0250 sources plus minor cleanupThomas G. Lockhart
to get rid of unused variables. Get clean compile on Linux (Thomas and Gerald). Implement autoconf/configure for standalone builds and use the existing autoconf/configure system when in the Postgres source tree. Code tests and functions with ApplixWare-4.4.1beta on a Linux box. Changes should be backward compatible with WIN32 but still needs testing.
1998-07-22Version 06-30-0248Byron Nikolaidis
1998-06-16Update to v.0246Byron Nikolaidis
1998-06-08Update driver to official 6.30.0244 release.Byron Nikolaidis
1998-06-03Update odbc driver to current version V.0244Byron Nikolaidis
1998-04-13Replace old PostODBC driver with new one...Marc G. Fournier
This one is based on an older PostODBC driver, rewritten and maintained by InsightDist(?)