summaryrefslogtreecommitdiff
path: root/drivers/adodb-pdo.inc.php
AgeCommit message (Collapse)AuthorFilesLines
2015-11-28Bump version to 5.21devDamien Regad1-1/+1
2015-11-28Bump version to 5.20.0v5.20.0Damien Regad1-1/+1
2015-11-26Adjust header comment blocksDamien Regad1-1/+3
- running SED script - manual adjustments for files not processed by regex
2015-08-11Fix#139: Remove PHP 4 ConstructorsValentin Sheyretski1-4/+4
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-06-17PDO: fix broken FetchField functionDamien Regad1-3/+2
Coding guidelines changes actually altered the function's logic by replacing an if/elseif block by a non-equivalent switch statement. Regression introduced by a36f5c4276f7bbf8fc79039a950b0c68d06d2099. Fixes #121, #122
2015-04-20Fix PHP noticesDamien Regad1-0/+2
2015-04-20Whitespace and coding guidelinesDamien Regad1-107/+224
2015-04-20dsn/connection support for sqlsrvMarcelTO1-1/+13
2015-03-04pdo: align method signatures with parent classAndy Theuninck1-2/+2
ADODB_pdo_base MetaTables() and MetaColumns() now match the function definition in ADODB_pdo, to avoid PHP notices (Pull request #62). Signed-off-by: Damien Regad <dregad@mantisbt.org>
2014-10-29Add missing property ADODB_pdo::$_driverFrederik Bosch1-0/+1
Fixes #56 Signed-off-by: Damien Regad <dregad@mantisbt.org>
2014-04-30Bump version to 5.20devDamien Regad1-1/+1
2014-04-23Bump version to 5.19v5.19Damien Regad1-1/+1
2014-02-24Remove closing php tagDamien Regad1-2/+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.
2013-08-05Reorg: ADOdb5 (master) branchDamien Regad1-0/+627
- Move all files in adodb5/ to root - Remove adodb-for-php4/ directory