2004-05-23 |
Julian Smart | Use old licence name |
blob | commitdiff | raw |
2004-05-23 |
Julian Smart | Name and version changes |
blob | commitdiff | raw | diff to current |
2004-05-18 |
George Tasker | Unicode compilation fixes |
blob | commitdiff | raw | diff to current |
2004-05-12 |
George Tasker | [SF#789459] Add support for connection strings. The... |
blob | commitdiff | raw | diff to current |
2004-05-12 |
George Tasker | [SF#851487] wxDb::Catalog() function was attempting... |
blob | commitdiff | raw | diff to current |
2004-05-12 |
George Tasker | The wxDb::Open() function that takes a wxDbConnectInf... |
blob | commitdiff | raw | diff to current |
2004-04-15 |
Vadim Zeitlin | fixed DLL build (patch 879706) |
blob | commitdiff | raw | diff to current |
2004-04-06 |
Dimitri Schoolwerth | applied patch #926140: "warning cleaning" |
blob | commitdiff | raw | diff to current |
2003-11-19 |
George Tasker | Added a parameter 'failOnDataTypeUnsupported' to getDbI... |
blob | commitdiff | raw | diff to current |
2003-09-19 |
Julian Smart | Added SQLTCHAR for non-Windows platforms, and added... |
blob | commitdiff | raw | diff to current |
2003-09-18 |
Julian Smart | Applied patch [ 808050 ] fixes for WXUNIVERSAL and... |
blob | commitdiff | raw | diff to current |
2003-08-09 |
Václav Slavík | added support for gcc precompiled headers |
blob | commitdiff | raw | diff to current |
2003-08-04 |
Václav Slavík | added build options sanity checks into all main libraries |
blob | commitdiff | raw | diff to current |
2003-08-02 |
Václav Slavík | moved DB classes into wxODBC library |
blob | commitdiff | raw | diff to current |
2003-06-18 |
Vadim Zeitlin | removed unnecessary #if wxUSE_GUIs |
blob | commitdiff | raw | diff to current |
2003-06-02 |
Vadim Zeitlin | attempt to fix gcc printf() warnings |
blob | commitdiff | raw | diff to current |
2002-12-09 |
Julian Smart | Applied patch [ 649284 ] Fix wxODBC to work with MySQL 2.x |
blob | commitdiff | raw | diff to current |
2002-12-04 |
Vadim Zeitlin | merged 2.4 branch into the trunk |
blob | commitdiff | raw | diff to current |
2002-08-16 |
Julian Smart | Applied patch [ 566816 ] adds xBase type for Sequiter... |
blob | commitdiff | raw | diff to current |
2002-03-25 |
Vadim Zeitlin | fixed compilation under Unix where SQL_DATETIME is... |
blob | commitdiff | raw | diff to current |
2002-03-22 |
George Tasker | Semi-Blind fixes for trying to handle different version... |
blob | commitdiff | raw | diff to current |
2002-01-09 |
Vadim Zeitlin | fixes for the compilation warnings with Sun CC: |
blob | commitdiff | raw | diff to current |
2001-11-23 |
George Tasker | "char *" changed to "wxChar *" in several places |
blob | commitdiff | raw | diff to current |
2001-10-04 |
George Tasker | Added code to handle SQLSERVER, ACCESS, and MSDE allowi... |
blob | commitdiff | raw | diff to current |
2001-07-13 |
David Webster | true vs TRUE again. |
blob | commitdiff | raw | diff to current |
2001-07-12 |
George Tasker | ::Catalog() function was failing against several databa... |
blob | commitdiff | raw | diff to current |
2001-06-21 |
Vadim Zeitlin | wxBase compilation fix |
blob | commitdiff | raw | diff to current |
2001-06-12 |
George Tasker | Fixed compile problems under MingW32 compiler |
blob | commitdiff | raw | diff to current |
2001-06-11 |
George Tasker | Changed the 'true's and 'false's back to TRUE and FALSE |
blob | commitdiff | raw | diff to current |
2001-06-10 |
George Tasker | wxDbGrid additions |
blob | commitdiff | raw | diff to current |
2001-05-23 |
George Tasker | Removed TABs that had gotten in to the source |
blob | commitdiff | raw | diff to current |
2001-05-21 |
David Webster | Visualage fixes for Stefan's socket implementations... |
blob | commitdiff | raw | diff to current |
2001-05-15 |
George Tasker | dBase fix on creating index |
blob | commitdiff | raw | diff to current |
2001-05-11 |
George Tasker | Added support more support for DB2 |
blob | commitdiff | raw | diff to current |
2001-04-16 |
George Tasker | Blob support fixes - still does not work, but getting... |
blob | commitdiff | raw | diff to current |
2001-04-11 |
George Tasker | A couple more 'int' to UWORD conversions I had not... |
blob | commitdiff | raw | diff to current |
2001-04-11 |
George Tasker | Fixed TablePrivileges() function (I HOPE!) so it will... |
blob | commitdiff | raw | diff to current |
2001-02-13 |
George Tasker | Beginnings of BLOB support - Do not use BLOBs yet thoug... |
blob | commitdiff | raw | diff to current |
2001-02-05 |
George Tasker | ::Initialize() methods added to the helper classes |
blob | commitdiff | raw | diff to current |
2001-02-04 |
George Tasker | Cleanup of formatting of text |
blob | commitdiff | raw | diff to current |
2001-02-03 |
George Tasker | wxDbConnectInf is now converted to a class. Fully... |
blob | commitdiff | raw | diff to current |
2001-02-01 |
George Tasker | All char, char *, and char arrays changed to use wxChar... |
blob | commitdiff | raw | diff to current |
2001-01-14 |
George Tasker | Fixed problem in wxDbColFor::Format() for mySQL (patch... |
blob | commitdiff | raw | diff to current |
2000-11-29 |
David Webster | VA needs FALSE not false |
blob | commitdiff | raw | diff to current |
2000-11-24 |
George Tasker | Increased the max length of allowed WHERE clauses and... |
blob | commitdiff | raw | diff to current |
2000-11-22 |
George Tasker | Fixed problems with the wxDb::Open(wxDb *copyDb) not... |
blob | commitdiff | raw | diff to current |
2000-11-20 |
George Tasker | Added preliminary DB2 support. |
blob | commitdiff | raw | diff to current |
2000-08-12 |
Mark Johnson | db.cpp |
blob | commitdiff | raw | diff to current |
2000-08-08 |
Bryan Petty | second merge of the 2.2 branch (RL) |
blob | commitdiff | raw | diff to current |
2000-07-15 |
Bryan Petty | merged 2.2 branch |
blob | commitdiff | raw | diff to current |
2000-05-05 |
Julian Smart | Misc fixes |
blob | commitdiff | raw | diff to current |
2000-03-18 |
Julian Smart | Corrected my correction. |
blob | commitdiff | raw | diff to current |
2000-03-18 |
Julian Smart | Moved position of WXDLLEXPORT keyword |
blob | commitdiff | raw | diff to current |
2000-03-16 |
George Tasker | Cleaned up the API for class/structure/function names... |
blob | commitdiff | raw | diff to current |
2000-02-29 |
George Tasker | Fixed a misleading comment regarding MySQL and Postgres |
blob | commitdiff | raw | diff to current |
2000-02-26 |
Robert Roebling | Compile fixes. |
blob | commitdiff | raw | diff to current |
2000-02-25 |
George Tasker | Replaced <iostream.h> reference with "wx/ioswrap.h" |
blob | commitdiff | raw | diff to current |
2000-02-24 |
George Tasker | Reverting back to 1.35 as 1.36 does not work with all... |
blob | commitdiff | raw | diff to current |
2000-02-23 |
George Tasker | ::IsNumber() returned FALSE if a + or - sign was the... |
blob | commitdiff | raw | diff to current |
2000-02-15 |
Vadim Zeitlin | 1. implemented wxRegKey::Copy() and CopyValue() |
blob | commitdiff | raw | diff to current |
2000-02-08 |
Bart A.M. Jourquin | add SQL_CATALOG and SQL_LOG filename variables |
blob | commitdiff | raw | diff to current |
2000-01-31 |
George Tasker | Replaced tabs and cleaned up indentations. |
blob | commitdiff | raw | diff to current |
2000-01-27 |
Bart A.M. Jourquin | IODBC fix in GetDataSource |
blob | commitdiff | raw | diff to current |
2000-01-27 |
George Tasker | Fixed the GetDataSource() function so the DsDesc that... |
blob | commitdiff | raw | diff to current |
2000-01-21 |
Vadim Zeitlin | 1. wxWizard supports setting images for each page,... |
blob | commitdiff | raw | diff to current |
2000-01-20 |
George Tasker | Uses src/iodbc headers rather than windows headers... |
blob | commitdiff | raw | diff to current |
1999-11-29 |
George Tasker | Added support for creating forward or backward scrollin... |
blob | commitdiff | raw | diff to current |
1999-11-25 |
George Tasker | Added "const" to the (char *) type params that should... |
blob | commitdiff | raw | diff to current |
1999-11-24 |
George Tasker | Replaced all the strxxx() function calls with wxStrxxx... |
blob | commitdiff | raw | diff to current |
1999-11-15 |
Robert Roebling | Added a few non-threads compile fixes, |
blob | commitdiff | raw | diff to current |
1999-11-09 |
Stefan Csomor | mac adaptions |
blob | commitdiff | raw | diff to current |
1999-11-08 |
George Tasker | Fixed __WXDEBUG__ references to use #ifdef rather than... |
blob | commitdiff | raw | diff to current |
1999-11-08 |
George Tasker | Fixed reversed logic on wxODBC_FWD_ONLY_CURSORS |
blob | commitdiff | raw | diff to current |
1999-11-08 |
George Tasker | wxStrnicmp() function is not defined under windows... |
blob | commitdiff | raw | diff to current |
1999-11-07 |
Julian Smart | Various fixes for various compilers... |
blob | commitdiff | raw | diff to current |
1999-11-07 |
Robert Roebling | Added wxStrnicmp and to wchar.h, not yet for Unicode... |
blob | commitdiff | raw | diff to current |
1999-11-06 |
George Tasker | Renamed FWD_ONLY_CURSORS to wxODBC_FWD_ONLY_CURSORS... |
blob | commitdiff | raw | diff to current |
1999-11-05 |
Stefan Csomor | CW5.2 Pro Adaptions, wxMac starting to move in |
blob | commitdiff | raw | diff to current |
1999-10-18 |
Vadim Zeitlin | gcc warning about printf() format mismatch corrected |
blob | commitdiff | raw | diff to current |
1999-10-15 |
George Tasker | Removed a variable declaration from within a FOR statem... |
blob | commitdiff | raw | diff to current |
1999-10-12 |
Vadim Zeitlin | 1. DLL compilation fixes (wrong WXDLLEXPORT placement... |
blob | commitdiff | raw | diff to current |
1999-10-12 |
George Tasker | Moved the #include of filefn.h from db.h to db.cpp |
blob | commitdiff | raw | diff to current |
1999-10-12 |
George Tasker | Use of a postgres data source would fail due to checkin... |
blob | commitdiff | raw | diff to current |
1999-10-09 |
Robert Roebling | Applied a few patches, |
blob | commitdiff | raw | diff to current |
1999-10-07 |
George Tasker | Added support for dBase, PostGres, MySQL, Access, MS... |
blob | commitdiff | raw | diff to current |
1999-10-04 |
Vadim Zeitlin | many changes; major ones: |
blob | commitdiff | raw | diff to current |
1999-07-25 |
Robert Roebling | Re-Added wxStream::StreamSize() |
blob | commitdiff | raw | diff to current |
1999-01-09 |
Robert Roebling | ODBC updates (it almost works now) |
blob | commitdiff | raw | diff to current |
1999-01-08 |
Unknown (UG) | no message |
blob | commitdiff | raw | diff to current |
1998-12-30 |
Robert Roebling | Guess what: ODBC updates and build fixes. |
blob | commitdiff | raw | diff to current |
1998-12-30 |
Julian Smart | Updated the Remstar ODBC files, got the db sample compi... |
blob | commitdiff | raw | diff to current |
1998-10-16 |
Unknown (UG) | no message |
blob | commitdiff | raw | diff to current |
1998-09-25 |
Vadim Zeitlin | USE_xxx constants renamed to wxUSE_xxx. This is an... |
blob | commitdiff | raw | diff to current |
1998-07-28 |
Julian Smart | Added ODBC database classes and sample from RemStar... |
blob | commitdiff | raw | diff to current |
|