Removed old grid code
[wxWidgets.git] / include / wx / db.h
2003-03-24  Julian SmartRemoved old grid code
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-08-31  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2002-08-16  Julian SmartApplied patch [ 566816 ] adds xBase type for Sequiter...
2002-03-26  Jouk Jansen Committing in .
2002-03-22  George TaskerSemi-Blind fixes for trying to handle different version...
2002-02-05  George TaskerAdded WXDLLEXPORT_DATA() around several data elements
2002-01-29  Mattia BarbonMSVC5 does not like extern "C" around windows.h .
2002-01-09  Vadim Zeitlinfixes for the compilation warnings with Sun CC:
2001-11-24  Julian SmartInclude windows.h before sql headers, if compiling...
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-04  George TaskerAdded some #includes that were needed in not using...
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-11  George TaskerAdded support more support for DB2
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-06  Julian SmartUpdated VC++ project files for making DLL-based samples
2001-02-05  George Tasker::Initialize() methods added to the helper classes
2001-02-04  George TaskerOne more wxString change that I originally missed
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...
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.h
2000-08-08  Bryan Pettysecond merge of the 2.2 branch (RL)
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-17  George TaskerRCS left a turd in the previous checkin
2000-03-17  George TaskerFixed compilation in release mode
2000-03-17  Mark Johnson db.h
2000-03-16  George TaskerFixed a typo in wxDbConnectionsInUse()
2000-03-16  George TaskerCleaned up the API for class/structure/function names...
2000-02-08  Bart A.M. Jourquinadd SQL_CATALOG and SQL_LOG filename variablesas extern
2000-01-31  George TaskerRemoved tabs and cleaned up indentations.
2000-01-29  Robert Roebling Disabled ODBC code by default,
2000-01-27  Robert Roebling Copied isql.h and isqlext.h to /include/wx/unix and...
2000-01-20  George TaskerUses src/iodbc headers rather than windows headers...
1999-11-30  Robert Roebling Made db.h compile (removed this wxODBC_ONLY_FARWRD_XX...
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-25  George TaskerCommented out the defines of strnicmp and stricmp to...
1999-11-24  George TaskerAdded preliminary support for Informix
1999-11-09  Stefan Csomormac adaptions
1999-11-08  Julian SmartFixes to Cygwin/Mingw32 makefile, manual now compiles...
1999-11-07  George TaskerUndoing my last checkin so wxGTK compiles correctly...
1999-11-07  George TaskerFixed a multiple define problem for strnicmp and stricm...
1999-10-12  Vadim Zeitlin1. DLL compilation fixes (wrong WXDLLEXPORT placement...
1999-10-12  George TaskerMoved the #include of filefn.h to db.cpp
1999-10-12  George TaskerChanged #ifdef _IODBC_ to #ifdef __UNIX__
1999-10-09  Robert Roebling Applied a few patches,
1999-10-07  George TaskerAdded support for dBase, PostGres, MySQL, Access, MS...
1999-06-01  Vadim Zeitlinnew makefiles (part I)
1999-01-22  Robert Roebling iODBC v2.5
1999-01-09  Robert Roebling ODBC updates (it almost works now)
1999-01-08  Unknown (UG)no message
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-07-28  Julian SmartAdded ODBC database classes and sample from RemStar...