removed extra semicolons (patch #1700459; fixes compilation with gcc's -pedantic...
[wxWidgets.git] / include / wx / db.h
2007-04-14  Václav Slavíkremoved extra semicolons (patch #1700459; fixes compila...
2007-03-30  Václav Slavíkfixed wxDB compilation
2006-11-27  Chris Elliottfix SF bug 1602033
2006-11-13  Vadim Zeitlinfix conflict with BOOL definition in X11/Xmd.h (bug...
2006-11-03  Julian SmartMac wxODBC fix from Jose' Cruanyes Aguilar
2006-11-01  Vadim Zeitlindo not include <windows.h> directly
2006-10-29  Vadim Zeitlinescape special SQL chars in where clauses (patch 1204728)
2006-07-24  Vadim Zeitlinallow customization of individual grid lines appearance...
2006-01-18  Julian SmartApplied patch [ 1304191 ] support for MEMO fields
2005-11-19  Mart RaudseppSpelling fixes from Andreas Mohr (patch #1360064)
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-09-16  Julian SmartApplied patch [ 1286701 ] fix for compiling odbc with...
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-29  Julian SmartCompile with builtin ODBC in GTK+ ANSI mode
2005-03-16  Włodzimierz SkibaUse defs.h (and automatically setup.h and chkconf.h...
2005-03-14  George TaskerFixed unicode builds that were not on MSW
2005-02-02  George TaskerBuffer overrun fix
2005-01-21  Włodzimierz SkibaWarning fixes for MinGW.
2005-01-12  Jouk Jansen Committing in .
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-11-06  Ryan Norton[ 955006 ] wxDb query with column information (modded...
2004-11-04  George TaskerUnicode support
2004-10-18  Włodzimierz SkibaWarning fixes for OpenWatcom.
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-13  Vadim Zeitlincorrected DBErrorList DLL export declaration
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-05-12  George Tasker[SF#789459] Add support for connection strings. The...
2004-05-12  George TaskerSQL_C_BLOB was getting #define'd incorrectly if there...
2004-01-11  Julian SmartApplied patch [ 827399 ] sqltypes.h included without...
2003-11-19  George TaskerAdded a parameter 'failOnDataTypeUnsupported' to getDbI...
2003-09-19  Julian SmartAdded SQLTCHAR for non-Windows platforms, and added...
2003-08-23  Václav Slavíkbuiltin iODBC build fixes
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-08-04  George TaskerIncorrect placement of the '*' in the line "const wxCha...
2003-08-02  Václav Slavíkmoved DB classes into wxODBC library
2003-08-02  Václav Slavíkcompilation fix for gcc
2003-07-02  Vadim Zeitlinrenamed WXDLLEXPORT_BASE/CORE to WXDLLIMPEXP_BASE/CORE
2003-07-02  Vadim Zeitlinfixes needed for separate DLL build to work
2003-06-05  Julian SmartReverted the warning fix since it breaks MinGW
2003-06-05  Julian SmartFixed compile warning.
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,
next