]> git.saurik.com Git - wxWidgets.git/commitdiff
All the major ODBC changes for 2.3 logged
authorGeorge Tasker <gtasker@allenbrook.com>
Wed, 23 May 2001 14:10:36 +0000 (14:10 +0000)
committerGeorge Tasker <gtasker@allenbrook.com>
Wed, 23 May 2001 14:10:36 +0000 (14:10 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10294 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/changes.txt

index 15f9740580d25de94c9e13ed81f77e8793a199b4..ec1f9e167c73645f3f252a53d52e3281397cf908 100644 (file)
@@ -28,6 +28,13 @@ All (GUI):
 - added new (now recommended) API for conversion between wxImage and wxBitmap
   (wxBitmap::ConvertToImage() and wxBitmap::wxBitmap(wxImage&) instead of
   wxImage methods and ctor)
+- ODBC classes now support DB2, Interbase, and Pervasive SQL
+- ODBC documentation complete!!
+- ODBC classes have much Unicode support added, but not complete
+- ODBC experimental BLOB support added, but not completely tested
+- ODBC NULL column support completed (Roger/Paul Gammans)
+- ODBC All "char *" and char arrays removed and replaced with wxString use
+
 
 wxMSW: