| I moved get_set to PDO, where it does make sense and created the test cases for the currently supported databases |
|
More...
|
over 13 years ago
|
| Removed get_set from core, because in core does not exist a function escape, in addition this doesn't make any sense here, because it is not database independend. |
|
More...
|
over 13 years ago
|
| Updated the PHPDoc documentation |
|
More...
|
over 13 years ago
|
| I made the decision not to support SQLite with native SQLite libs. This isn't available by default on the most systems. Instead I've implemented using SQLite through PDO, which works out of the box if PDO is available on a system. |
|
More...
|
over 13 years ago
|
| Corrected the start comment in the source of MySQL |
|
More...
|
over 13 years ago
|
| Fixed a bug on connection errors: The original code used an undeclared variable. |
|
More...
|
over 13 years ago
|
| Updated the PHPDoc documentation |
|
More...
|
over 13 years ago
|
| Changed the port constant from my local port to the default port of PostgreSQL |
|
More...
|
over 13 years ago
|
| Added the usage of the MySQL database tear up and down SQL scripts on the PHPDoc header |
|
More...
|
over 13 years ago
|
| Added options to the PDO connection to set for example connection charset for MySQL and added a unit test with an option |
|
More...
|
over 13 years ago
|
| Added MySQL tests on PDO unit tests |
|
More...
|
over 13 years ago
|
| Harmonized user names in unit tests for MySQL and PostgreSQL |
|
More...
|
over 13 years ago
|
| Updated the PHPDoc documentation |
|
More...
|
over 13 years ago
|
| Removed todo tags of jobs, that where already done |
|
More...
|
over 13 years ago
|
| Updated the PHPDoc documentation |
|
More...
|
over 13 years ago
|
| Changed the port constant from my local port to the default port of PostgreSQL |
|
More...
|
over 13 years ago
|
| Completed unit tests for PDO with PostgreSQL and correted failures in the PDO class |
|
More...
|
over 13 years ago
|
| Changed the port constant from my local port to the default port of PostgreSQL |
|
More...
|
over 13 years ago
|
| Completed unit tests for PostgreSQL and correted failures in the PostgreSQL class |
|
More...
|
over 13 years ago
|
| Changed comparison of host and charset with defaults instead of empty values |
|
More...
|
over 13 years ago
|
| Created tear up and tear down SQL scripts to initialize the database and to remove them after using them. |
|
More...
|
over 13 years ago
|
| Removed a not used unit test for MySQL and trailing spaces. |
|
More...
|
over 13 years ago
|
| Changed database tear up and tear down scripts for MySQL. You need to run the tear up script manually before you start the unit tests. |
|
More...
|
over 13 years ago
|
| Finished unit tests on MySQL class and corrected failures in that class, to pass all unit tests. |
|
More...
|
over 13 years ago
|
| Extended the Oracle 8/9 class with connection information in a property |
|
More...
|
over 13 years ago
|
| Extended the Sybase ASE class with connection information in a property |
|
More...
|
over 13 years ago
|
| Extended the SQLite class with connection information in a property |
|
More...
|
over 13 years ago
|
| On disconnect the connection property has to be set to false, corrected this in the classes MySQL, PostgreSQL, MS SQL Server |
|
More...
|
over 13 years ago
|
| Extended the PDO class with connection information in a property |
|
More...
|
over 13 years ago
|
| Extended the MS SQL Server class with connection information in a property |
|
More...
|
over 13 years ago
|