Source cleaning: whitespaces, tabs, TRUE/true, FALSE/false, -1/wxID_ANY/wxDefaultCoor...
[wxWidgets.git] / src / common / db.cpp
2004-09-10  Włodzimierz SkibaSource cleaning: whitespaces, tabs, TRUE/true, FALSE...
2004-08-21  Václav Slavíkupdated license info: Remstar gace permission to change...
2004-06-20  Mattia Barbon Compilation fixes for wxUSE_STL == 1.
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-05-18  George TaskerUnicode compilation fixes
2004-05-12  George Tasker[SF#789459] Add support for connection strings. The...
2004-05-12  George Tasker[SF#851487] wxDb::Catalog() function was attempting...
2004-05-12  George TaskerThe wxDb::Open() function that takes a wxDbConnectInf...
2004-04-15  Vadim Zeitlinfixed DLL build (patch 879706)
2004-04-06  Dimitri Schoolwerthapplied patch #926140: "warning cleaning"
2003-11-19  George TaskerAdded a parameter 'failOnDataTypeUnsupported' to getDbI...
2003-09-19  Julian SmartAdded SQLTCHAR for non-Windows platforms, and added...
2003-09-18  Julian SmartApplied patch [ 808050 ] fixes for WXUNIVERSAL and...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-08-04  Václav Slavíkadded build options sanity checks into all main libraries
2003-08-02  Václav Slavíkmoved DB classes into wxODBC library
2003-06-18  Vadim Zeitlinremoved unnecessary #if wxUSE_GUIs
2003-06-02  Vadim Zeitlinattempt to fix gcc printf() warnings
2002-12-09  Julian SmartApplied patch [ 649284 ] Fix wxODBC to work with MySQL 2.x
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-08-16  Julian SmartApplied patch [ 566816 ] adds xBase type for Sequiter...
2002-03-25  Vadim Zeitlinfixed compilation under Unix where SQL_DATETIME is...
2002-03-22  George TaskerSemi-Blind fixes for trying to handle different version...
2002-01-09  Vadim Zeitlinfixes for the compilation warnings with Sun CC:
2001-11-23  George Tasker"char *" changed to "wxChar *" in several places
2001-10-04  George TaskerAdded code to handle SQLSERVER, ACCESS, and MSDE allowi...
2001-07-13  David Webstertrue vs TRUE again.
2001-07-12  George Tasker::Catalog() function was failing against several databa...
2001-06-21  Vadim ZeitlinwxBase compilation fix
2001-06-12  George TaskerFixed compile problems under MingW32 compiler
2001-06-11  George TaskerChanged the 'true's and 'false's back to TRUE and FALSE
2001-06-10  George TaskerwxDbGrid additions
2001-05-23  George TaskerRemoved TABs that had gotten in to the source
2001-05-21  David WebsterVisualage fixes for Stefan's socket implementations...
2001-05-15  George TaskerdBase fix on creating index
2001-05-11  George TaskerAdded support more support for DB2
2001-04-16  George TaskerBlob support fixes - still does not work, but getting...
2001-04-11  George TaskerA couple more 'int' to UWORD conversions I had not...
2001-04-11  George TaskerFixed TablePrivileges() function (I HOPE!) so it will...
2001-02-13  George TaskerBeginnings of BLOB support - Do not use BLOBs yet thoug...
2001-02-05  George Tasker::Initialize() methods added to the helper classes
2001-02-04  George TaskerCleanup of formatting of text
2001-02-03  George TaskerwxDbConnectInf is now converted to a class. Fully...
2001-02-01  George TaskerAll char, char *, and char arrays changed to use wxChar...
2001-01-14  George TaskerFixed problem in wxDbColFor::Format() for mySQL (patch...
2000-11-29  David WebsterVA needs FALSE not false
2000-11-24  George TaskerIncreased the max length of allowed WHERE clauses and...
2000-11-22  George TaskerFixed problems with the wxDb::Open(wxDb *copyDb) not...
2000-11-20  George TaskerAdded preliminary DB2 support.
2000-08-12  Mark Johnson db.cpp
2000-08-08  Bryan Pettysecond merge of the 2.2 branch (RL)
2000-07-15  Bryan Pettymerged 2.2 branch
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...