summaryrefslogtreecommitdiff
path: root/drivers/adodb-ads.inc.php
AgeCommit message (Collapse)AuthorFilesLines
2015-08-11Fix#139: Remove PHP 4 ConstructorsValentin Sheyretski1-3/+3
This is the original commit from @valioz, rebased on latest master Signed-off-by: Damien Regad <dregad@mantisbt.org> Conflicts: drivers/adodb-db2ora.inc.php drivers/adodb-mssqlpo.inc.php drivers/adodb-odbc_oracle.inc.php
2015-08-11Correct function declarations for strict standards. Fixes #142Andrew Nicols1-7/+7
2015-06-25Remove useless parameter in GetRowAssoc() callsDamien Regad1-2/+2
Because of the change in default value for the method's parameter, it is no longer needed to specify the constant when calling GetRowAssoc() in the individual drivers.
2014-02-24Remove closing php tagDamien Regad1-1/+0
http://php.net/manual/en/language.basic-syntax.phptags.php
2014-01-21Bump version to 5.19devDamien Regad1-1/+1
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.
2014-01-21Ads driver: clear fields before fetchingDamien Regad1-15/+4
Ensures the fetched recordset does not contain any data left over from an earlier fetch operation. Same fix as a1e2d109b756d607fb258dcdc94aeb4a52e5b454
2013-08-05Reorg: ADOdb5 (master) branchDamien Regad1-0/+796
- Move all files in adodb5/ to root - Remove adodb-for-php4/ directory