- r36374: 2005-12-12 14:47:37 [GT] George Tasker
-
[WX_2_6_BRANCH] /docs/changes.txt [diff, log, file]
The DBMS() function was returning dBase for DB2 databases
- r36373: 2005-12-12 14:32:59 [GT] George Tasker
-
[WX_2_6_BRANCH] /src/common/db.cpp [diff, log, file]
The DBMS() function was returning dBase for DB2 databases
- r36356: 2005-12-10 00:37:05 [GT] George Tasker
-
/src/common/db.cpp [diff, log, file]
DB2 databases were mistakenly reporting that they were dBase databases
- r36355: 2005-12-10 00:28:16 [GT] George Tasker
-
/docs/latex/wx/db.tex [diff, log, file]
Updated to state INNER join rather than OUTER join
- r32816: 2005-03-14 14:41:12 [GT] George Tasker
-
/src/common/db.cpp [diff, log, file]
/src/common/dbtable.cpp [diff, log, file]
Added support (barely tested) for MaxDB from MySQL
Added dbmsFutureX to the database enumerations to allow for adding support for new databases between releases of wxWidgets
- r32815: 2005-03-14 14:40:05 [GT] George Tasker
-
/include/wx/db.h [diff, log, file]
Fixed unicode builds that were not on MSW
Added dbmsFutureX to the database enumerations to allow for adding support for new databases between releases of wxWidgets
- r31709: 2005-02-02 14:49:55 [GT] George Tasker
-
/src/common/db.cpp [diff, log, file]
Buffer Overflow error corrected - SF patch #1110550
- r31708: 2005-02-02 14:38:05 [GT] George Tasker
-
/src/common/db.cpp [diff, log, file]
Unicode build fixes for GTK not knowing what SQL_WCHAR and SQL_WVARCHAR are in non-unicode builds
Buffer overrun fix
- r31707: 2005-02-02 14:37:42 [GT] George Tasker
-
/include/wx/db.h [diff, log, file]
Buffer overrun fix
- r31706: 2005-02-02 14:37:16 [GT] George Tasker
-
/src/common/dbtable.cpp [diff, log, file]
Unicode build fixes for GTK not knowing what SQL_WCHAR and SQL_WVARCHAR are in non-unicode builds
Removed old commented out code that is not needed (cleanup)
- r31309: 2005-01-10 18:31:54 [GT] George Tasker
-
/docs/latex/wx/tunicode.tex [diff, log, file]
Removed text saying that the wxODBC classes were not able to be used in Unicode builds. As of 2.5.3, Unicode and the ODBC classes work correctly together
- r31308: 2005-01-10 18:30:17 [GT] George Tasker
-
/docs/latex/wx/tdb.tex [diff, log, file]
Added a small bit more information about Unicode builds
- r31184: 2004-12-28 22:30:27 [GT] George Tasker
-
/src/common/dbtable.cpp [diff, log, file]
Added more support for using SQL_WVARCHAR and SQL_WCHAR data types
Blind postgres fixes for calls to TableExists() and TablePrivileges() inside the Open() function to not pass the user name when postgres is expecting the schema. We REALLY need to add schema support...wish I had the time
- r31183: 2004-12-28 22:28:42 [GT] George Tasker
-
/src/common/db.cpp [diff, log, file]
Added more support for using SQL_WVARCHAR and SQL_WCHAR data types
- r31182: 2004-12-28 22:27:45 [GT] George Tasker
-
/samples/db/dbtest.cpp [diff, log, file]
Added SQL_WVARCHAR and SQL_WCHAR to the data types that the sample checks to see if they are supported by the datasource when the DATATYPES button is pressed
- r31180: 2004-12-28 21:32:38 [GT] George Tasker
-
/docs/latex/wx/db.tex [diff, log, file]
/include/wx/dbtable.h [diff, log, file]
/src/common/dbtable.cpp [diff, log, file]
More parameter variable names fixed to make them more readable by replacing abbreviations with the full word
- r31178: 2004-12-28 21:10:12 [GT] George Tasker
-
/include/wx/dbtable.h [diff, log, file]
/src/common/dbgrid.cpp [diff, log, file]
/src/common/dbtable.cpp [diff, log, file]
Non-standard abbreviations of words in function/variable names changed to standard abbreviations or the entire word (e.g. colNo is now colNum)
If SetColDef is called with an out of range index, the function in debug will throw an assert msg, and call wxLogDebug(), and then return without doing anything. The function now returns a boolean to indicate if the column definition was successfully created or not
- r31177: 2004-12-28 21:03:13 [GT] George Tasker
-
/src/common/db.cpp [diff, log, file]
Compilation fix with last checkin....ooops
- r31176: 2004-12-28 20:59:14 [GT] George Tasker
-
/docs/latex/wx/db.tex [diff, log, file]
/docs/latex/wx/tdb.tex [diff, log, file]
Documentation updated to reflect Unicode support
Updated to show current function names
- r31175: 2004-12-28 20:01:33 [GT] George Tasker
-
/src/common/db.cpp [diff, log, file]
Fixed some potential buffer overruns
- r31174: 2004-12-28 19:22:37 [GT] George Tasker
-
/include/wx/db.h [diff, log, file]
/src/common/db.cpp [diff, log, file]
Implemented a fix to allow Unicode builds to work with MSACCESS. This fix should be tested against other databases also to ensure that the determination of the type to be used for character strings correctly finds that right type in unicode mode for other DBs
- r31173: 2004-12-28 18:35:08 [GT] George Tasker
-
/samples/db/dbtest.cpp [diff, log, file]
Lookup result windows now force the first column size to be no great than 20 characters to avoid the code that calls the DB to find the length of the longest string in column, as the code used to get that value is not necessarily portable across all DB platforms
- r31172: 2004-12-28 18:32:40 [GT] George Tasker
-
/samples/db/listdb.cpp [diff, log, file]
Changed error messages so that if a DB error occurs in the ListDb code, the native DB error message is displayed
- r31171: 2004-12-28 18:30:36 [GT] George Tasker
-
/samples/db/dbtest.h [diff, log, file]
Changed the hardcoded table name to be in all caps for those DBs that only allow table names to be in caps
- r31163: 2004-12-28 13:34:21 [GT] George Tasker
-
/docs/changes.txt [diff, log, file]
Added wxODBC changes to the log