File/dir dialog styles and other changes (patch 1488371):
[wxWidgets.git] / samples / db / dbtest.cpp
2006-05-28  Vadim ZeitlinFile/dir dialog styles and other changes (patch 1488371):
2006-02-16  Vadim Zeitlincompilation fix after removing wxImage(wxImage *) ctor
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2004-12-28  George TaskerAdded SQL_WVARCHAR and SQL_WCHAR to the data types...
2004-12-28  George TaskerLookup result windows now force the first column size...
2004-12-28  George TaskerDisplay message typo corrected
2004-11-22  Włodzimierz SkibaGCC fixes.
2004-11-22  Włodzimierz SkibaGCC fixes.
2004-11-12  Włodzimierz SkibaWarning fixes.
2004-11-10  George TaskerwxChar* usage changed over to wxString in various places
2004-11-04  George TaskerUnicode support added
2004-10-10  Julian SmartRemoved types that don't exist in iodbc
2004-10-06  Włodzimierz SkibaWarning fixes found under hardest mode of OpenWatcom...
2004-08-02  Włodzimierz SkibaMore suitable data structure (in the process of making...
2004-07-20  Włodzimierz SkibawxUSE_LOG fixes.
2004-07-20  Włodzimierz SkibawxDefaultSize.* and wxDefaultPosition.* to wxDefaultCoord.
2004-05-25  Włodzimierz SkibaRevitalization of the code, -1->wxID_ANY, TRUE->true...
2004-05-25  Julian SmartMore name changes
2004-05-18  George TaskerwxUSE_NEW_GRID changed to wxUSE_GRID to reflect changes...
2004-05-12  George TaskerRemoved some sample test data that I had left hardcoded...
2004-05-12  George TaskerwxODBC_BLOB_SUPPORT changed to just being a #define.
2004-02-08  Julian SmartApplied [ 880011 ] Several fixes to DbBrowse demo
2003-06-24  Gilles Depeyrotcorrections for compilation under Mac OS X
2003-05-03  Julian SmartApplied patch [ 701238 ] Added BLOB support to dbtable.
2002-08-31  Gilles Depeyrotuse include "..." instead of <...>
2002-06-13  George TaskerEnhanced the DataTypeSupported() function to show the...
2002-03-21  Julian SmartAdded __WXX11__ tests where appropriate
2002-03-17  Vadim Zeitlinpatch from Dimitri fixing a few memory leaks and unTABb...
2001-11-23  George TaskerFixed coding of a switch statement that had RETURN...
2001-11-07  Jouk Jansen Committing in .
2001-06-11  George TaskerChanged the 'true's and 'false's back to TRUE and FALSE
2001-06-10  George TaskerAdded code to show off wxDbGrid (contributed by Paul...
2001-05-23  George TaskerRemoved TABs that had gotten in to the source
2001-05-18  George TaskerAdded compile-time check to be sure that wxUSE_ODBC...
2001-05-15  George TaskerAdded buttons to allow a dump of DB DATATYPES and DB...
2001-05-15  George TaskerFixed problems which prevented creation/recreation...
2001-04-15  George TaskerChange demo to not try to drop the table when it thinks...
2001-04-11  George TaskerExperimental BLOB code added - set wxODBC_BLOB_EXPERIME...
2001-02-05  George TaskerAdded two more lines of c_str() calls for GCC compilation.
2001-02-04  George TaskerMore changes to use the latest wxDb/wxDbTable method...
2001-02-03  George TaskerMassive cleanup of the code.
2001-02-01  George TaskerChanged a couple lines to intialize member variables...
2000-11-22  George TaskerFixed double deletion of a dialog in the effect of...
2000-11-05  Vadim Zeitlinfix from the main branch which replaces delete with...
2000-08-08  Bryan Pettysecond merge of the 2.2 branch (RL)
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-16  George TaskerModified to use the newly defined names for functions...
2000-03-01  George TaskerFixed the QUERY dialog so it would not crash on exit...
2000-01-30  Julian SmartSome but not all compile fixes for typetest (VC++ 1...
2000-01-25  George TaskerFixed code that did not work with Postgres
2000-01-11  Guillermo Rodrigue... Mumit Khan's fixes to allow DLL compilation
1999-11-07  George TaskerGUI display problems fixed
1999-11-07  George TaskerColumn name IS_DEVELOPER in index was shortened to...
1999-10-07  George TaskerFixed the GUI so it will now work correctly when widget...
1999-02-11  Robert Roebling Solaris compilation patches
1999-02-05  Julian SmartRemoved lots of OnClose functions; doc'ed OnCloseWindow...
1999-01-21  Robert Roebling changed make_int, make_exp .. to wxmake_int..
1999-01-19  Robert Roebling New DnD and Clipboard code
1999-01-12  Robert Roebling image update
1999-01-08  Unknown (UG)no message
1998-12-31  Julian SmartAdded fractal, bombs samples; removed global app variab...
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...