Subject: CVS commit: pkgsrc/databases/odbc-postgresql
From: Adam Ciarcinski
Date: 2010-12-25 09:37:31
Message id: 20101225083732.087A1175DD@cvs.netbsd.org

Log Message:
Changes 09.00.0200:
* Fix a bug about sizeof() at idx_fake_oid of info.
* Return 0 for the column size when the size of numeric items are unknown.
  Also improve the calculation of scale of numeric items when it is not
  explicitly specified.
* Change to use 'if' instead of an inappropriate 'else if' at cursor of convert.
* Remember to set permanent flag to holdable cursors on commit with no
  precedent rollback (to savepoint) operations.
  This fixes a crash bug in case of cursor operations across transaction.
* Fix a bug about the handling of the SQL_RETRIEVE_DATA option.
* Fix cursor bug introduced by the previous change.
* Move the setting of folder name of libpq or gssapi related dlls from .wxs
  file to .bat file.
* Fix a bug which returns incorrect values for SQL_DATETIME_SUB.

Files:
RevisionActionfile
1.2modifypkgsrc/databases/odbc-postgresql/DESCR
1.16modifypkgsrc/databases/odbc-postgresql/Makefile
1.6modifypkgsrc/databases/odbc-postgresql/PLIST
1.8modifypkgsrc/databases/odbc-postgresql/distinfo
1.15removepkgsrc/databases/odbc-postgresql/Makefile.common
1.3removepkgsrc/databases/odbc-postgresql/patches/patch-aa
1.2removepkgsrc/databases/odbc-postgresql/patches/patch-ab
1.3removepkgsrc/databases/odbc-postgresql/patches/patch-ac