2006-07-17 |
Vadim Zeitlin | fixed crash in wxDb::Open() in Unicode build due to... |
blob | commitdiff | raw |
2006-07-16 |
Vadim Zeitlin | fix Open(wxDbConnectInf) when using connection string... |
blob | commitdiff | raw | diff to current |
2006-06-25 |
Vadim Zeitlin | fix gcc warnings about in printf format (partly modifi... |
blob | commitdiff | raw | diff to current |
2006-04-28 |
Włodzimierz Skiba | Include wx/app.h according to precompiled headers of... |
blob | commitdiff | raw | diff to current |
2006-04-20 |
Włodzimierz Skiba | Include wx/list.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-04-19 |
Włodzimierz Skiba | Include wx/object.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-01-18 |
Julian Smart | Applied patch [ 1304191 ] support for MEMO fields |
blob | commitdiff | raw | diff to current |
2006-01-17 |
Julian Smart | Applied patch [ 1405547 ] wxDbConnectInf + unicode... |
blob | commitdiff | raw | diff to current |
2005-12-10 |
George Tasker | DB2 databases were mistakenly reporting that they were... |
blob | commitdiff | raw | diff to current |
2005-09-23 |
Mart Raudsepp | Nuke #pragma implementation/interface's |
blob | commitdiff | raw | diff to current |
2005-09-16 |
Julian Smart | Applied patch [ 1286701 ] fix for compiling odbc with... |
blob | commitdiff | raw | diff to current |
2005-07-14 |
Vadim Zeitlin | fixes for s.Printf(s) crashes |
blob | commitdiff | raw | diff to current |
2005-05-31 |
Julian Smart | Typo correction patch [ 1208110 ] Lots of typo corrections |
blob | commitdiff | raw | diff to current |
2005-05-22 |
Vadim Zeitlin | allow SQLDriverConnect() to open the dialog asking... |
blob | commitdiff | raw | diff to current |
2005-04-16 |
Julian Smart | Applied patch [ 1183157 ] Compilation with GCC 4.0 |
blob | commitdiff | raw | diff to current |
2005-04-08 |
Michael Wetherell | Documentation fixes, patch 1179223 by Andreas Mohr |
blob | commitdiff | raw | diff to current |
2005-03-14 |
George Tasker | Added support (barely tested) for MaxDB from MySQL |
blob | commitdiff | raw | diff to current |
2005-02-21 |
Julian Smart | Corrected compilo |
blob | commitdiff | raw | diff to current |
2005-02-20 |
Robert Roebling | Changed wxFopen() calls to use c_str |
blob | commitdiff | raw | diff to current |
2005-02-02 |
George Tasker | Buffer Overflow error corrected - SF patch #1110550 |
blob | commitdiff | raw | diff to current |
2005-02-02 |
George Tasker | Unicode build fixes for GTK not knowing what SQL_WCHAR... |
blob | commitdiff | raw | diff to current |
2004-12-29 |
Włodzimierz Skiba | Warning fixes, source cleaning. |
blob | commitdiff | raw | diff to current |
2004-12-28 |
George Tasker | Added more support for using SQL_WVARCHAR and SQL_WCHAR... |
blob | commitdiff | raw | diff to current |
2004-12-28 |
George Tasker | Compilation fix with last checkin....ooops |
blob | commitdiff | raw | diff to current |
2004-12-28 |
George Tasker | Fixed some potential buffer overruns |
blob | commitdiff | raw | diff to current |
2004-12-28 |
George Tasker | Implemented a fix to allow Unicode builds to work with... |
blob | commitdiff | raw | diff to current |
2004-12-28 |
George Tasker | Firebird DB support added. Basic testing is done,... |
blob | commitdiff | raw | diff to current |
2004-12-21 |
Włodzimierz Skiba | wxString and wxChar* access for file functions. Source... |
blob | commitdiff | raw | diff to current |
2004-11-09 |
Włodzimierz Skiba | Warning fixes, IsEmpty->empty. |
blob | commitdiff | raw | diff to current |
2004-11-08 |
George Tasker | Unicode corrections in new SqlExec() overload |
blob | commitdiff | raw | diff to current |
2004-11-06 |
Ryan Norton | fixup |
blob | commitdiff | raw | diff to current |
2004-11-06 |
Ryan Norton | [ 955006 ] wxDb query with column information (modded... |
blob | commitdiff | raw | diff to current |
2004-11-04 |
George Tasker | Unicode support |
blob | commitdiff | raw | diff to current |
2004-11-02 |
Jouk Jansen | Committing in . |
blob | commitdiff | raw | diff to current |
2004-10-19 |
Julian Smart | SQLINTEGER not defined in iodbc |
blob | commitdiff | raw | diff to current |
2004-10-18 |
Włodzimierz Skiba | Warning fixes for OpenWatcom. |
blob | commitdiff | raw | diff to current |
2004-10-15 |
Włodzimierz Skiba | Warning fixes. |
blob | commitdiff | raw | diff to current |
2004-10-15 |
Jouk Jansen | Committing in . |
blob | commitdiff | raw | diff to current |
2004-09-10 |
Włodzimierz Skiba | Source cleaning: whitespaces, tabs, TRUE/true, FALSE... |
blob | commitdiff | raw | diff to current |
2004-08-21 |
Václav Slavík | updated license info: Remstar gace permission to change... |
blob | commitdiff | raw | diff to current |
2004-06-20 |
Mattia Barbon | Compilation fixes for wxUSE_STL == 1. |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Julian Smart | Use old licence name |
blob | commitdiff | raw | diff to current |
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 |
next |