projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
added unit test for some of wxTextCtrl methods and its events generation
[wxWidgets.git]
/
src
/
common
/
dbtable.cpp
2007-06-11
Václav Slavík
compilation fixes for PCH-less build
blob
|
commitdiff
|
raw
2007-05-24
Vadim Zeitlin
use a different indicator when binding parameters and...
blob
|
commitdiff
|
raw
|
diff to current
2007-04-11
Václav Slavík
fixed another place where wxString was used as bool
blob
|
commitdiff
|
raw
|
diff to current
2007-03-30
Václav Slavík
fixed wxDB compilation
blob
|
commitdiff
|
raw
|
diff to current
2007-03-08
Vadim Zeitlin
include wx/thread.h in debug build which is needed...
blob
|
commitdiff
|
raw
|
diff to current
2007-03-07
Vadim Zeitlin
use critical section to protect global TablesInUse...
blob
|
commitdiff
|
raw
|
diff to current
2007-03-07
Vadim Zeitlin
removed WXWIN_COMPATIBILITY_2_4 from common and wxMSW...
blob
|
commitdiff
|
raw
|
diff to current
2006-10-30
Włodzimierz Skiba
Match EscapeSqlChars() interface.
blob
|
commitdiff
|
raw
|
diff to current
2006-10-29
Vadim Zeitlin
escape special SQL chars in where clauses (patch 1204728)
blob
|
commitdiff
|
raw
|
diff to current
2006-10-29
Vadim Zeitlin
pass correct indicator pointer to SQLBindCol() (patch...
blob
|
commitdiff
|
raw
|
diff to current
2006-09-10
Vadim Zeitlin
clear values of type SQL_C_DATE/TIME too (patch 1541829)
blob
|
commitdiff
|
raw
|
diff to current
2006-08-29
Michael Wetherell
Warning fixes for VC5.
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-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-03-27
Włodzimierz Skiba
Minor source cleaning.
blob
|
commitdiff
|
raw
|
diff to current
2006-01-18
Julian Smart
Applied patch [ 1304191 ] support for MEMO fields
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-03-14
George Tasker
Added support (barely tested) for MaxDB from MySQL
blob
|
commitdiff
|
raw
|
diff to current
2005-02-10
Julian Smart
Applied patch [ 1117207 ] changed the test for SQL_C_WCHAR
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
More parameter variable names fixed to make them more...
blob
|
commitdiff
|
raw
|
diff to current
2004-12-28
George Tasker
Non-standard abbreviations of words in function/variabl...
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-02
Julian Smart
Fix compilo on Unix using src/iodbc which has no SQL_C_...
blob
|
commitdiff
|
raw
|
diff to current
2004-11-04
George Tasker
Unicode support
blob
|
commitdiff
|
raw
|
diff to current
2004-10-06
Włodzimierz Skiba
Blind fix to lack of sql types.
blob
|
commitdiff
|
raw
|
diff to current
2004-10-05
Włodzimierz Skiba
Warning fixes found under hardest mode of OpenWatcom...
blob
|
commitdiff
|
raw
|
diff to current
2004-09-14
George Tasker
ClearMemberVar() did not correctly handle columns defin...
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-07-02
George Tasker
Patch # 984209 - Calls to wxFind() were using an old...
blob
|
commitdiff
|
raw
|
diff to current
2004-07-02
George Tasker
Patch # 984215 - Insert was returning SUCCESS after...
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-13
George Tasker
BLOB fix - if the type for the BLOB column is SQL_C_CHA...
blob
|
commitdiff
|
raw
|
diff to current
2004-05-13
George Tasker
More BLOB 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#777752] Applied a slight variation of this patch...
blob
|
commitdiff
|
raw
|
diff to current
2004-05-12
George Tasker
Indentation formatting fix. No source code affected
blob
|
commitdiff
|
raw
|
diff to current
2004-05-12
George Tasker
Use of blobs with a binding to a SQL_C_BINARY type...
blob
|
commitdiff
|
raw
|
diff to current
2003-11-04
Dimitri Schoolwerth
Removed usage of deprecated methods (patch #827023...
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
George Tasker
Added a check for a '.' in the column name before prepe...
blob
|
commitdiff
|
raw
|
diff to current
2003-06-18
Vadim Zeitlin
removed unnecessary #if wxUSE_GUIs
blob
|
commitdiff
|
raw
|
diff to current
2003-05-09
Jouk Jansen
Committing in .
blob
|
commitdiff
|
raw
|
diff to current
2003-05-03
Julian Smart
Applied patch [ 701238 ] Added BLOB support to dbtable.
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-07-05
George Tasker
Fixes the problem with VARCHAR fields not allowing...
blob
|
commitdiff
|
raw
|
diff to current
2002-06-13
George Tasker
Added a wxASSERT_MSG in ::SetColDefs() to trap for...
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-15
George Tasker
Added checks for wxUSE_IOSTREAMH to #include the correc...
blob
|
commitdiff
|
raw
|
diff to current
2001-12-03
George Tasker
Removed a call to Upper() on the table name when buildi...
blob
|
commitdiff
|
raw
|
diff to current
2001-11-25
Gilles Depeyrot
corrected blind fix of missing .c_str()s
blob
|
commitdiff
|
raw
|
diff to current
2001-11-25
Vadim Zeitlin
blindly added missing .c_str()s to fix compilation
blob
|
commitdiff
|
raw
|
diff to current
2001-11-23
George Tasker
MS Access support fix
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-06-21
Vadim Zeitlin
wxBase compilation fix
blob
|
commitdiff
|
raw
|
diff to current
2001-06-21
Vadim Zeitlin
some warnings fixed
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-28
George Tasker
Informix fixes (submitted by Roger Gammans)
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-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-15
George Tasker
A couple more 'int' to UWORD conversions
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
All variables/parameters having to do with number of...
blob
|
commitdiff
|
raw
|
diff to current
2001-04-10
George Tasker
Added a param to ::Open() to allow the programmer to...
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-03
George Tasker
hstmtUpdate handle was not always being freed in all...
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
2000-11-24
George Tasker
Added wxDbTable::SetOrderByColNums() function
blob
|
commitdiff
|
raw
|
diff to current
2000-11-22
George Tasker
Added what I think is full support for Null column...
blob
|
commitdiff
|
raw
|
diff to current
2000-11-20
George Tasker
SQL Server and (preliminary) DB2 support added
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-03-16
George Tasker
Cleaned up the API for class/structure/function names...
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-25
Bart A.M. Jourquin
Tentative fix for UNICODE
blob
|
commitdiff
|
raw
|
diff to current
2000-02-25
Bart A.M. Jourquin
fix memory allocation problem for strings
blob
|
commitdiff
|
raw
|
diff to current
2000-02-24
George Tasker
Reverting to 1.30
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-23
George Tasker
TablesInUse did not have DeleteContents() set to TRUE...
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-21
Vadim Zeitlin
warning fix
blob
|
commitdiff
|
raw
|
diff to current
2000-01-21
Bart A.M. Jourquin
new 'dynamic' SetColDefs fix
blob
|
commitdiff
|
raw
|
diff to current
2000-01-20
George Tasker
::bindInsertParams() was leaving some column bindings...
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
next