Changelog for
psqlODBC-debugsource-09.03.0400-4.24.x86_64.rpm :
* Thu Mar 12 2015 p.drouandAATTgmail.com- Update to version 09.03.0400
* No short ChangeLog available; please read /usr/share/doc/packages/psqlODBC/release.html- Remove depreciated AUTHORS section- Remove psqlODBC-literal.patch; fixed on upstream release- Update psqlodbc-08.03.0200-build.patch > psqlodbc-build.patch- Update project Url- Use download Url as source- Remove redundant %clean section
* Tue Apr 23 2013 mhruseckyAATTsuse.com- fix build on openSUSE > 12.3 with new unixODBC
* Tue Nov 03 2009 cooloAATTnovell.com- updated patches to apply with fuzz=0
* Wed Nov 12 2008 maxAATTsuse.de- Automate registering and unregistering the driver with unixODBC on installation and uninstallation (bnc#420850).
* Thu Sep 11 2008 maxAATTsuse.de- New version: 08.03.0200. For details on the countless improvements and bug fixes, see: http://psqlodbc.projects.postgresql.org/release.html or /usr/share/doc/packages/psqlODBC/release.html
* Mon Jul 30 2007 maxAATTsuse.de- New version: 08.02.0400. Changes include:
* Ditinguish the indicaitor and the octet_length field of APD clearly.
* Handle AATTAATTIDENTITY more generally.
* Take outer join into account so as to evaluate nullability.
* Fix a bug about Keyset-driven cursors.
* Change to use NULL indicator instead of the length buffer in SQLFetch.
* Fix a bug which forgets unnamed plans too early especially when handling large objects.
* Don\'t treat charcters whose value >= 128 as alphanumeric in case of conversion of binary data to bytea.
* Change ConfigDSN() so that it takes the options in Setup Dialog page 1 into account.
* Simplify the memory management of statements\'columns info so as to prevent memory leaks or a crash in parse_statement etc.
* SQLTables(\"\", SQL_ALL_SCHEMAS. \"\", ..) now returns a list of valid schemas.
* SQLTables(\"\", \"\", \"\", SQL_ALL_TABLE_TYPES) now returns a list of valid table types.
* SQLGetInfo SQL_DATABASE_NAME now returns the database name.
* Treat the tables in information_schema as system tables.
* Correct the precision of SQL_NUMERIC_STRUCT.
* Change the default max varchar size from 254 to 255.
* Reset the fields information properly in case of SQLMoreResults.
* Implement SQLDescribeParam() also in case of multi-command queries.
* Handle dollar-quotes more properly.
* Append DETAIL messages to GetDiag...() messages.
* Remove WSAStartup() and WSACleanup() from DllMain.
* Load libpq from the driver\'s folder.
* Improve the implemetation of SQLSetPos(.., SQL_ADD/SQL_UPDATE) using the 8.2 new feature INSERT/UPDATE .. returning.
* Wed Dec 13 2006 maxAATTsuse.de- Avoid literal string comparison (#228225)- New version: 08.02.0200 - Added support for SSL and Kerberos - Reduce compiler warnings on x86_64 - Many more improvements
* Wed Jan 25 2006 mlsAATTsuse.de- converted neededforbuild to BuildRequires
* Fri Jan 13 2006 maxAATTsuse.de- New version: 08.01.0102
* Mon Jul 04 2005 maxAATTsuse.de- Re-added -fno-strict-aliasing .