
psqlODBC is the official PostgreSQL ODBC Driver. After installing this, you can create and access databases through custom applications. Visual Basic, VBA, C#, C/C , and other programming languages can be used with PostgreSQL ODBC. Being open-source, you can also access the source code at psqlODBC git repository.
v9.0 [Oct 11, 2010]
- SQLStatistics() sets 'D' for the collation column when an reverse index is used.
- Fix the bug that PostgreSQL's function calls in queries cause a crash on SQL Server linked servers.
- Fix the bug that the first fetch operation doesn't work properly when the operation is SQL_FETCH_ABSOLUTE or SQL_FETCH_LAST.
- Revise the handling of decimal point.
- Adjust the operations after closing eof-detected cursors.
- Clear col_info(columns info) cache ehen DROP/ALTER TABLE is called so that later SQLDescribeCol() etc work properly.
- Improve the handling of BYTEA type.
- Don't clear the columns cache info when they are referenced.
- Correct the column size of interval types.