]> git.saurik.com Git - wxWidgets.git/history - src/common/dbtable.cpp
Added wxDbTable::SetOrderByColNums() function
[wxWidgets.git] / src / common / dbtable.cpp
2000-11-24  George TaskerAdded wxDbTable::SetOrderByColNums() function
2000-11-22  George TaskerAdded what I think is full support for Null column...
2000-11-20  George TaskerSQL Server and (preliminary) DB2 support added
2000-08-08  Bryan Pettysecond merge of the 2.2 branch (RL)
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-16  George TaskerCleaned up the API for class/structure/function names...
2000-02-26  Robert Roebling Compile fixes.
2000-02-25  George TaskerReplaced <iostream.h> reference with "wx/ioswrap.h"
2000-02-25  Bart A.M. JourquinTentative fix for UNICODE
2000-02-25  Bart A.M. Jourquinfix memory allocation problem for strings
2000-02-24  George TaskerReverting to 1.30
2000-02-23  George Tasker::IsNumber() returned FALSE if a + or - sign was the...
2000-02-23  George TaskerTablesInUse did not have DeleteContents() set to TRUE...
2000-01-31  George TaskerReplaced tabs and cleaned up indentations.
2000-01-21  Vadim Zeitlinwarning fix
2000-01-21  Bart A.M. Jourquinnew 'dynamic' SetColDefs fix
2000-01-20  George Tasker::bindInsertParams() was leaving some column bindings...
2000-01-20  George TaskerUses src/iodbc headers rather than windows headers...
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-24  George TaskerReplaced all the strxxx() function calls with wxStrxxx...
1999-11-15  Robert Roebling Added a few non-threads compile fixes,
1999-11-09  Stefan Csomormac adaptions
1999-11-08  George TaskerFixed __WXDEBUG__ references to use #ifdef rather than...
1999-11-08  George TaskerFixed reversed logic on wxODBC_FWD_ONLY_CURSORS.
1999-11-07  Robert Roebling Added wxStrnicmp and to wchar.h, not yet for Unicode...
1999-11-06  George TaskerRenamed FWD_ONLY_CURSORS to wxODBC_FWD_ONLY_CURSORS...
1999-11-05  Stefan CsomorCW5.2 Pro Adaptions, wxMac starting to move in
1999-11-02  Vadim Zeitlininclude <wx/...> => include "wx/..."
1999-10-18  Vadim Zeitlingcc warning about printf() format mismatch corrected
1999-10-07  George TaskerAdded support for dBase, PostGres, MySQL, Access, MS...
1999-01-21  Robert Roebling changed make_int, make_exp .. to wxmake_int..
1999-01-12  Robert Roebling image update
1999-01-09  Robert Roebling ODBC updates
1998-12-31  Julian SmartAdded Property List classes to main library; added...
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-11-27  Unknown (UG)no message
1998-11-26  Vadim Zeitlinsome sprintf()s replaced with wxString::Printf
1998-09-25  Vadim ZeitlinUSE_xxx constants renamed to wxUSE_xxx. This is an...
1998-07-28  Julian SmartAdded ODBC database classes and sample from RemStar...