psqlODBC Changelog

What's new in psqlODBC 09.03.0210

Mar 27, 2014
  • Changes:
  • SSL verify[-(ca|full)] is avaiable since 8.4. There seems no need to check it. Also there's no need to call lt_dlopen currentl y.
  • Update EXTRA_DIST in Makefile.am. Files for the new lfconversion test case were missing.
  • Fix locking in SC_set_prepared. added ENTER/LEAVE_CRIT_CS calls in SC_set_prepared.
  • Add test case for CTE queries (WITH ...). None of the existing test cases covered that. This test case gives a different error message than the original one, but it's the same underlying issue.
  • Silence compiler warning. SQLGUID format and conn_settings cannot be NULL.
  • Fixed POSTGRES_RESOURCE_VERSION variable. Pass the content of POSTGRES_RESOURCE_VERSION variable to the resource compiler correctly so that FileVersion and ProductVersion are properly set.
  • Change regression test positioned-update. Use "exit(1);" instead of "return;" to exit from main().

New in psqlODBC 09.01.0200 (Oct 15, 2012)

  • Changes:
  • Use int instead of size_t when condition >=0 is used.
  • Add a necessary break in a switch statement etc.
  • Fix missing constant(SQL_ATTR_PGOPT_FETCH).
  • Fix a bug about reference count handling for columns info (Bug report by B.Goebel).
  • Improve the handling of ARRAY type.
  • Fix a compilation error etc when MULTITHREAD support is disabled.
  • Don't discard the result of unnamed statements for later SQLDescribeCol or SQLColAttribute calls.(Bug report by Alexandre).
  • Set rowstart_in_cache properly when closing eof cursors.(Bug report by Alexandre).
  • Remove columns info of dropped tables ASAP.
  • Fix the bug which causes a segfault in SQLSpecialColumns when table name is null string (bug report by Terrence Enger).
  • Fix the bug that when the show OID column option is enabled, SQLColumns() returns "oid" column info even when the column name parameter which is different from "oid" is specified (bug report from Seifert, Jan-Peter).
  • Take care of an environment variable PGKRBSRVNAME.