0
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 09, 2024 — Jun 09, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix some errors found by static source analysis (using Klocwork). [Tomas Skäre] More... almost 20 years ago
Bump version number More... almost 20 years ago
self->pgconn needs to be set as NULL after PQfinish(self->pgconn) on line 3117. [Marko Ristola] More... almost 20 years ago
Remove exit_nicely function, along with it's exit(1) call, per Marko Ristola. More... almost 20 years ago
Fix memory leak spotted by Marko Ristola More... almost 20 years ago
Removes an unnecessary call to PGgetisnull, and reduces the memory leakage (Patch from Dave Page) More... almost 20 years ago
Re-add previously removed variable, ifdef'd appropriately. More... almost 20 years ago
Remove an usued variable, and initialise another to zero to fix compiler warnings. More... almost 20 years ago
To fix the bug of PQgetvalue returning an empty string instead of a null value. More... almost 20 years ago
Post-snapshot version number bump More... almost 20 years ago
Fix format string [Marko Ristola] More... almost 20 years ago
Rename driver for parallel testing with stable version. Update installer. More... almost 20 years ago
New version of the driver with libpq based comms layer, courtesy of Anoop Kumar of Pervasive PostgreSQL. Version number bumped, and extra strings modified in the resource file to make it obvious when the libpq version of the driver is being run. More... almost 20 years ago
According to MSDN docs for SQLSetStmtAttr, if you try to request a cursor type which isn't supported, the driver should fall back to a supported type, set an appropriate SQLState and return SQL_SUCCESS_WITH_INFO. More... almost 20 years ago
Bug ref: 1262 When specifiying a client_encoding, the driver will always use UTF-8. The problem is in connection.c, line number 1024, the code that reads: More... about 20 years ago
Bug ref: 1276 When I attempt to bind a null-terminated Unicode string parameter using SQLBindParameter, the database engine receives a string representation of today's date instead of the data I passed. The same issue does not occur if I explicitly specify the length of the string instead of using SQL_NTS. [jeremy <NOSPAM> accessdata.com] More... about 20 years ago
This patch returns the remarks (description) on a table, if available. If there is no description, it returns an empty string when SQLTables API is called. This patch works for versions with schema support. [Anoop Kumar] More... about 20 years ago
Bump version to 08.01.0102 More... about 20 years ago
When inserting SHRT_MIN into an int2 column, the ODBC driver comes up with the following SQL: More... about 20 years ago
Fix driver registration More... over 20 years ago
Fix version number More... over 20 years ago
The following patch allow users to configure the Unix domain socket path, using the "Uds" property. I took some code from the unixODBC PG driver and performed the necessary adjustments. Please note that unlike unixODBC, I have followed the current convention, which means that: 1) "Uds" is considered only if "Servername" is empty. 2) Default path is "/tmp". 3) The provided path should point the folder that comtains the UDS node. [Ramon Danieli] More... over 20 years ago
Post-release version number bump More... over 20 years ago
Include installer. More... over 20 years ago
Version bump for release. More... over 20 years ago
Correct version number More... over 20 years ago
Show version number in installer. More... over 20 years ago
Remove unused icon. More... over 20 years ago
We don't implement SQLSetScrollOptions [Joost Kraaijeveld] More... over 20 years ago
Don't barf when parsing queries with functions in the table list (eg. SELECT * FROM version() ) [Joost Kraaijeveld] More... over 20 years ago