Misc fixes
[wxWidgets.git] / src / common / db.cpp
2000-05-05  Julian SmartMisc fixes
2000-03-18  Julian SmartCorrected my correction.
2000-03-18  Julian SmartMoved position of WXDLLEXPORT keyword
2000-03-16  George TaskerCleaned up the API for class/structure/function names...
2000-02-29  George TaskerFixed a misleading comment regarding MySQL and Postgres
2000-02-26  Robert Roebling Compile fixes.
2000-02-25  George TaskerReplaced <iostream.h> reference with "wx/ioswrap.h"
2000-02-24  George TaskerReverting back to 1.35 as 1.36 does not work with all...
2000-02-23  George Tasker::IsNumber() returned FALSE if a + or - sign was the...
2000-02-15  Vadim Zeitlin1. implemented wxRegKey::Copy() and CopyValue()
2000-02-08  Bart A.M. Jourquinadd SQL_CATALOG and SQL_LOG filename variables
2000-01-31  George TaskerReplaced tabs and cleaned up indentations.
2000-01-27  Bart A.M. JourquinIODBC fix in GetDataSource
2000-01-27  George TaskerFixed the GetDataSource() function so the DsDesc that...
2000-01-21  Vadim Zeitlin1. wxWizard supports setting images for each page,...
2000-01-20  George TaskerUses src/iodbc headers rather than windows headers...
1999-11-29  George TaskerAdded support for creating forward or backward scrollin...
1999-11-25  George TaskerAdded "const" to the (char *) type params that should...
1999-11-24  George TaskerReplaced all the strxxx() function calls with wxStrxxx...
1999-11-15  Robert Roebling Added a few non-threads compile fixes,
1999-11-09  Stefan Csomormac adaptions
1999-11-08  George TaskerFixed __WXDEBUG__ references to use #ifdef rather than...
1999-11-08  George TaskerFixed reversed logic on wxODBC_FWD_ONLY_CURSORS
1999-11-08  George TaskerwxStrnicmp() function is not defined under windows...
1999-11-07  Julian SmartVarious fixes for various compilers...
1999-11-07  Robert Roebling Added wxStrnicmp and to wchar.h, not yet for Unicode...
1999-11-06  George TaskerRenamed FWD_ONLY_CURSORS to wxODBC_FWD_ONLY_CURSORS...
1999-11-05  Stefan CsomorCW5.2 Pro Adaptions, wxMac starting to move in
1999-10-18  Vadim Zeitlingcc warning about printf() format mismatch corrected
1999-10-15  George TaskerRemoved a variable declaration from within a FOR statem...
1999-10-12  Vadim Zeitlin1. DLL compilation fixes (wrong WXDLLEXPORT placement...
1999-10-12  George TaskerMoved the #include of filefn.h from db.h to db.cpp
1999-10-12  George TaskerUse of a postgres data source would fail due to checkin...
1999-10-09  Robert Roebling Applied a few patches,
1999-10-07  George TaskerAdded support for dBase, PostGres, MySQL, Access, MS...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-07-25  Robert Roebling Re-Added wxStream::StreamSize()
1999-01-09  Robert Roebling ODBC updates (it almost works now)
1999-01-08  Unknown (UG)no message
1998-12-30  Robert Roebling Guess what: ODBC updates and build fixes.
1998-12-30  Julian SmartUpdated the Remstar ODBC files, got the db sample compi...
1998-10-16  Unknown (UG)no message
1998-09-25  Vadim ZeitlinUSE_xxx constants renamed to wxUSE_xxx. This is an...
1998-07-28  Julian SmartAdded ODBC database classes and sample from RemStar...