Use the associated document manager, not the global one
[wxWidgets.git] / src / common / db.cpp
2006-12-24  Vadim Zeitlinfill in sqlDataType field of wxDbColInf in ExecSql...
2006-11-13  Vadim Zeitlinfix some gcc warnings due to SQLINTEGER not being long...
2006-10-29  Vadim Zeitlinescape special SQL chars in where clauses (patch 1204728)
2006-07-17  Vadim Zeitlinfixed crash in wxDb::Open() in Unicode build due to...
2006-07-16  Vadim Zeitlinfix Open(wxDbConnectInf) when using connection string...
2006-06-25  Vadim Zeitlinfix gcc warnings about in printf format (partly modifi...
2006-04-28  Włodzimierz SkibaInclude wx/app.h according to precompiled headers of...
2006-04-20  Włodzimierz SkibaInclude wx/list.h according to precompiled headers...
2006-04-19  Włodzimierz SkibaInclude wx/object.h according to precompiled headers...
2006-01-18  Julian SmartApplied patch [ 1304191 ] support for MEMO fields
2006-01-17  Julian SmartApplied patch [ 1405547 ] wxDbConnectInf + unicode...
2005-12-10  George TaskerDB2 databases were mistakenly reporting that they were...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-09-16  Julian SmartApplied patch [ 1286701 ] fix for compiling odbc with...
2005-07-14  Vadim Zeitlinfixes for s.Printf(s) crashes
2005-05-31  Julian SmartTypo correction patch [ 1208110 ] Lots of typo corrections
2005-05-22  Vadim Zeitlinallow SQLDriverConnect() to open the dialog asking...
2005-04-16  Julian SmartApplied patch [ 1183157 ] Compilation with GCC 4.0
2005-04-08  Michael WetherellDocumentation fixes, patch 1179223 by Andreas Mohr
2005-03-14  George TaskerAdded support (barely tested) for MaxDB from MySQL
2005-02-21  Julian SmartCorrected compilo
2005-02-20  Robert Roebling Changed wxFopen() calls to use c_str
2005-02-02  George TaskerBuffer Overflow error corrected - SF patch #1110550
2005-02-02  George TaskerUnicode build fixes for GTK not knowing what SQL_WCHAR...
2004-12-29  Włodzimierz SkibaWarning fixes, source cleaning.
2004-12-28  George TaskerAdded more support for using SQL_WVARCHAR and SQL_WCHAR...
2004-12-28  George TaskerCompilation fix with last checkin....ooops
2004-12-28  George TaskerFixed some potential buffer overruns
2004-12-28  George TaskerImplemented a fix to allow Unicode builds to work with...
2004-12-28  George TaskerFirebird DB support added. Basic testing is done,...
2004-12-21  Włodzimierz SkibawxString and wxChar* access for file functions. Source...
2004-11-09  Włodzimierz SkibaWarning fixes, IsEmpty->empty.
2004-11-08  George TaskerUnicode corrections in new SqlExec() overload
2004-11-06  Ryan Nortonfixup
2004-11-06  Ryan Norton[ 955006 ] wxDb query with column information (modded...
2004-11-04  George TaskerUnicode support
2004-11-02  Jouk Jansen Committing in .
2004-10-19  Julian SmartSQLINTEGER not defined in iodbc
2004-10-18  Włodzimierz SkibaWarning fixes for OpenWatcom.
2004-10-15  Włodzimierz SkibaWarning fixes.
2004-10-15  Jouk Jansen Committing in .
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.
next