pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/databases/odbc-postgresql



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Dec 25 08:37:31 UTC 2010

Modified Files:
        pkgsrc/databases/odbc-postgresql: DESCR Makefile PLIST distinfo
Removed Files:
        pkgsrc/databases/odbc-postgresql: Makefile.common
        pkgsrc/databases/odbc-postgresql/patches: patch-aa patch-ab patch-ac

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.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/databases/odbc-postgresql/DESCR
cvs rdiff -u -r1.15 -r1.16 pkgsrc/databases/odbc-postgresql/Makefile
cvs rdiff -u -r1.15 -r0 pkgsrc/databases/odbc-postgresql/Makefile.common
cvs rdiff -u -r1.5 -r1.6 pkgsrc/databases/odbc-postgresql/PLIST
cvs rdiff -u -r1.7 -r1.8 pkgsrc/databases/odbc-postgresql/distinfo
cvs rdiff -u -r1.3 -r0 pkgsrc/databases/odbc-postgresql/patches/patch-aa \
    pkgsrc/databases/odbc-postgresql/patches/patch-ac
cvs rdiff -u -r1.2 -r0 pkgsrc/databases/odbc-postgresql/patches/patch-ab

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index