Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added support for Sybase-CT to dbx module (Mc). | Marc Boeren | 2002-02-18 | 4 | -5/+17 |
| | |||||
* | Added preliminary support framework for Oracle 8. (Mc) | Marc Boeren | 2001-08-17 | 2 | -0/+9 |
| | | | | | | | | | | | Thies C. Arntzen will look into this to actually make it work, as I don't have Oracle installed here. As I said, it is only a framework for Oracle, and it will most likely crash if you actually try to use the oracle functions before Thies (or anyone else that wants to, of course) has had a chance to look at it. # The other databases will continue to work, of course :) | ||||
* | Fixed a too hasty copy/paste action in the DBX_FBSQL constant check | Marc Boeren | 2001-08-08 | 1 | -1/+1 |
| | |||||
* | Added extra entries for FrontBase support (Mc) | Marc Boeren | 2001-08-08 | 2 | -0/+9 |
| | |||||
* | changed implementation of creating reference to a value by columnname (Mc) | Marc Boeren | 2001-07-19 | 1 | -0/+3 |
| | | | | | added a test for changing the referenced value (Mc) | ||||
* | Changed username and password for pgsql in include file. | Marc Boeren | 2001-06-15 | 1 | -2/+2 |
| | |||||
* | Added a pgsql testdatabase create script (thanks Christian) | Marc Boeren | 2001-06-15 | 1 | -0/+37 |
| | | | | | Fine-tuned some tests. | ||||
* | Latest (minor) fixes: mssql, mysql and odbc now pass the testset correctly. | Marc Boeren | 2001-06-13 | 3 | -11/+54 |
| | | | | | # I need a working setup to test pgsql with the test-set as well. | ||||
* | Fixed bug concerning mysql default_link that got freed too soon (Mc). | Marc Boeren | 2001-06-12 | 1 | -1/+16 |
| | | | | | Added the test-case to te connect-test-file (Mc). | ||||
* | Created a testset and a script to create a (mysql) database. This script | Marc Boeren | 2001-06-05 | 10 | -0/+554 |
is easily modified to create other databases as well. The testset needs the database, but it doesn't need to be a mysql database. Scripts to generate other databases (with the same structure and data) would be appreciated. |