openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
P
psqlodbc
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Low Activity
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Jun 09, 2024 — Jun 09, 2025
Showing page 55 of 71
Search / Filter on:
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]
Dave Page
More...
almost 20 years ago
Bump version number
Dave Page
More...
almost 20 years ago
self->pgconn needs to be set as NULL after PQfinish(self->pgconn) on line 3117. [Marko Ristola]
Dave Page
More...
almost 20 years ago
Remove exit_nicely function, along with it's exit(1) call, per Marko Ristola.
Dave Page
More...
almost 20 years ago
Fix memory leak spotted by Marko Ristola
Dave Page
More...
almost 20 years ago
Removes an unnecessary call to PGgetisnull, and reduces the memory leakage (Patch from Dave Page)
Anoop Kumar
More...
almost 20 years ago
Re-add previously removed variable, ifdef'd appropriately.
Dave Page
More...
almost 20 years ago
Remove an usued variable, and initialise another to zero to fix compiler warnings.
Dave Page
More...
almost 20 years ago
To fix the bug of PQgetvalue returning an empty string instead of a null value.
Anoop Kumar
More...
almost 20 years ago
Post-snapshot version number bump
Dave Page
More...
almost 20 years ago
Fix format string [Marko Ristola]
Dave Page
More...
almost 20 years ago
Rename driver for parallel testing with stable version. Update installer.
Dave Page
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.
Dave Page
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.
Dave Page
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:
Dave Page
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]
Dave Page
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]
Dave Page
More...
about 20 years ago
Bump version to 08.01.0102
Dave Page
More...
about 20 years ago
When inserting SHRT_MIN into an int2 column, the ODBC driver comes up with the following SQL:
Peter Eisentraut
More...
about 20 years ago
Fix driver registration
Dave Page
More...
over 20 years ago
Fix version number
Dave Page
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]
Dave Page
More...
over 20 years ago
Post-release version number bump
Dave Page
More...
over 20 years ago
Include installer.
Dave Page
More...
over 20 years ago
Version bump for release.
Dave Page
More...
over 20 years ago
Correct version number
Dave Page
More...
over 20 years ago
Show version number in installer.
Dave Page
More...
over 20 years ago
Remove unused icon.
Dave Page
More...
over 20 years ago
We don't implement SQLSetScrollOptions [Joost Kraaijeveld]
Dave Page
More...
over 20 years ago
Don't barf when parsing queries with functions in the table list (eg. SELECT * FROM version() ) [Joost Kraaijeveld]
Dave Page
More...
over 20 years ago
←
1
2
…
51
52
53
54
55
56
57
58
59
…
70
71
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree