From af24a079f5df5fa5e21026d90d7d215222b9ca51 Mon Sep 17 00:00:00 2001 From: George Tasker Date: Tue, 28 Dec 2004 13:34:21 +0000 Subject: [PATCH] Added wxODBC changes to the log git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31163 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/changes.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/changes.txt b/docs/changes.txt index b1c29be731..fac0708a2c 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -30,6 +30,9 @@ All: - Added wxPrintFactory classes so that it is possible to add a new print system backend at run-time. This was required by the new GNOME printing stuff in the GTK port. +- Added support to the wxODBC classes for Firebird 1.5 database +- The samples\db sample program now includes an optional example of using a BLOB + datatype (if BLOB support is enabled and supported by the database) All (GUI):