Fixed problems with the wxDb::Open(wxDb *copyDb) not copying in all the different...
authorGeorge Tasker <gtasker@allenbrook.com>
Wed, 22 Nov 2000 00:19:25 +0000 (00:19 +0000)
committerGeorge Tasker <gtasker@allenbrook.com>
Wed, 22 Nov 2000 00:19:25 +0000 (00:19 +0000)
commitd8a0a1c93086eafca299df69e0dab7b2c48575c2
treedb67c602cc4daca522f0cb05aeb8cd0e4dacd454
parentf02d4a64a1ad6908e0d233f3561e049ffee32111
Fixed problems with the wxDb::Open(wxDb *copyDb) not copying in all the different data types required values
Added Interbase database support based on contributions from Roger Gammans
Enabled the wxDb::TablePrivileges() function for v2.3/2.4
Fixed a bunch of problems with wxDb::TablePrivileges() not working correctly with all databases.
Added the ability to pass in a SCHEMA to wxDbTablePrivileges() that greatly improves the speed of the privileges lookup.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8768 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/db.h
src/common/db.cpp