summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)AuthorFilesLines
2015-11-28Bump version to 5.20.0v5.20.0Damien Regad16-16/+16
2015-11-26Adjust header comment blocksDamien Regad16-16/+48
- running SED script - manual adjustments for files not processed by regex
2015-06-25Fix GetRowAssoc() default key caseDamien Regad1-2/+2
GetRowAssoc() and GetAssocKeys() parameter now defaults to ADODB_ASSOC_CASE instead of ADODB_ASSOC_CASE_UPPER, which ensures we're able to properly bind data when using lowercase field names. Adjusts the test case accordingly. Fixes #98
2014-04-30Bump version to 5.20devDamien Regad16-16/+16
2014-04-23Bump version to 5.19v5.19Damien Regad16-16/+16
2014-04-16Postgres tests: added serial columnDamien Regad1-3/+6
This is a workaround to prevent tests from failing with the new _insertid() method relying on lastval() instead of OID.
2014-04-16Postgres tests: fix to_char() call for date testsDamien Regad1-1/+6
Added TIMESTAMP type cast
2014-04-15Minor fixes and adjustments to test suiteDamien Regad2-8/+20
- rely on default time zone instead of setting it to Asia/Kuala_Lumpur - improve error message for PostgreSQL testing - cosmetic changes
2014-02-24Remove closing php tagDamien Regad27-36/+0
http://php.net/manual/en/language.basic-syntax.phptags.php
2014-01-21Bump version to 5.19devDamien Regad16-17/+17
Bumped 'dev' version allows users who rely on source code downloaded from the git repository rather than an official release tarball to reliably determine that they are running a development version of the library.
2013-08-05Reorg: ADOdb5 (master) branchDamien Regad31-0/+4917
- Move all files in adodb5/ to root - Remove adodb-for-php4/ directory