Here is a list of some of the fixes in the latest release of the 
DatabaseLayer component:

* wxMemoryBuffer defaults to a buffer size of 1024.  This causes an 
issue accurately determining the size of blobs smaller than this size.  
DatabaseResultSet::GetResultBlob has been changed to more accurately 
determine the blob size for blobs under 1024 bytes.
* Added an optional parameter to GetSingleResult* functions which 
allows the user to request the first result record and ignore all 
subsequent records.  The default behavior is to throw an exception if 
more than one record is returned.
* Odbc Layer construction fix.
* Add support for PostgreSQL server custom ports.
* SourceForge IT #1724064 
(https://sourceforge.net/tracker/index.php?func=detail&aid=1724064&group_id=51305&atid=462816)
 - Database layer does not show right error message 
(ODBC)
* SourceForge IT #1726135 
(https://sourceforge.net/tracker/?func=detail&atid=462816&aid=1726135&group_id=51305)
 - Bug in handling SQL_SUCCESS_WITH_INFO in ODBC 
layer
* Firebird TIMESTAMP parameter fixes.
* GetTables() and GetViews() should now work better on different 
versions of MySQL.

Many of the bug fixes and enhancements for this release came from 
contributers other than myself.  Please browse the credits.txt file in 
the release source to see a (hopefully) complete list of those 
developers that have worked to make the DatabaseLayer component useful.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
wxCode-users mailing list
wxCode-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxcode-users

Reply via email to