summaryrefslogtreecommitdiff
path: root/ext/dbx
Commit message (Expand)AuthorAgeFilesLines
* Added the error-message functionality (new in odbc module) (Mc)Marc Boeren2001-07-191-2/+13
* changed implementation of creating reference to a value by columnname (Mc)Marc Boeren2001-07-192-6/+7
* All files are now in Unix-linebreak mode (\n only). Somehow \r\n stillMarc Boeren2001-06-201-1/+1
* 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
* Latest (minor) fixes: mssql, mysql and odbc now pass the testset correctly.Marc Boeren2001-06-135-12/+68
* Fixed bug concerning mysql default_link that got freed too soon (Mc).Marc Boeren2001-06-122-1/+18
* Fixed bug that caused dbx_query to segfault on Linux (not Windows, though)Marc Boeren2001-06-111-14/+3
* Created a testset and a script to create a (mysql) database. This scriptMarc Boeren2001-06-0510-0/+554
* Replaced dbx_cmp_asc and dbx_cmp_desc with dbx_compare function andMarc Boeren2001-06-0511-292/+325
* * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build)Stig Bakken2001-05-241-0/+4
* Passed db_handle to dbx_error_function instead of NULL (Mc)Marc Boeren2001-05-071-2/+1
* Forgot the Visual Studio project, added now (Mc)Marc Boeren2001-05-042-2/+15
* Registered db-module constants for use in dbx_connect (Mc)Marc Boeren2001-05-044-10/+329
* Added docs about creating dbx-support for other databases. (Mc)Marc Boeren2001-05-041-0/+316
* Removed some old commented code (Mc)Marc Boeren2001-04-181-24/+3
* Added DBX_CMP_TEXT and DBX_CMP_NUMBER constants and support for them inMarc Boeren2001-04-182-12/+16
* deleted warning output in dbx/pgsql.Rui Hirokawa2001-04-141-0/+8
* Added a database member to the dbx_link object. Since e.g. mysql reusesMarc Boeren2001-04-118-92/+40
* Added optional 'comparison_type' parameter to compare functions, to forceMarc Boeren2001-04-091-32/+40
* Inserted a few extra initialisations, just in case. Had some problems in aMarc Boeren2001-04-023-0/+12
* Removed #include php_config.h, since it was not necessary (Mc)Marc Boeren2001-03-261-3/+0
* Fixed compile errors for PostgreSQL support (Mc)Marc Boeren2001-03-2310-24/+38
* changed license of PostgreSQL module in ext/dbx.Rui Hirokawa2001-03-232-16/+16
* added initial support for PostgreSQL to ext/dbx.Rui Hirokawa2001-03-234-14/+379
* Changed header for source files, now point to PHP license (Mc)Marc Boeren2001-03-239-162/+113
* Changed C++ style comments to C-style comments (Marc)Marc Boeren2001-03-226-200/+133
* no comment :)Marc Boeren2001-03-221-0/+5
* Added dbx module (database abstraction) to the repositorty (/ext/dbx).Marc Boeren2001-03-2213-0/+1777