summaryrefslogtreecommitdiff
path: root/ext/dbx/tests
Commit message (Collapse)AuthorAgeFilesLines
* Added support for Sybase-CT to dbx module (Mc).Marc Boeren2002-02-184-5/+17
|
* Added preliminary support framework for Oracle 8. (Mc)Marc Boeren2001-08-172-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 checkMarc Boeren2001-08-081-1/+1
|
* Added extra entries for FrontBase support (Mc)Marc Boeren2001-08-082-0/+9
|
* changed implementation of creating reference to a value by columnname (Mc)Marc Boeren2001-07-191-0/+3
| | | | | added a test for changing the referenced value (Mc)
* Changed username and password for pgsql in include file.Marc Boeren2001-06-151-2/+2
|
* Added a pgsql testdatabase create script (thanks Christian)Marc Boeren2001-06-151-0/+37
| | | | | Fine-tuned some tests.
* Latest (minor) fixes: mssql, mysql and odbc now pass the testset correctly.Marc Boeren2001-06-133-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 Boeren2001-06-121-1/+16
| | | | | Added the test-case to te connect-test-file (Mc).
* Created a testset and a script to create a (mysql) database. This scriptMarc Boeren2001-06-0510-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.