summaryrefslogtreecommitdiff
path: root/drivers/adodb-postgres64.inc.php
AgeCommit message (Collapse)AuthorFilesLines
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-31Impossible to retrieve BLOB from DB with PostgreSQL >= 9.0Damien Regad1-0/+9
The new default 'hex' for bytea_output setting, causes PHP to incorrectly process the column's contents. As recommended in [1], we set bytea_output to 'escape' when connecting, to ensure this works Fixes #4 [1] https://bugs.php.net/bug.php?id=59831
2013-08-31Whitespace fixesDamien Regad1-100/+107
2013-08-05Reorg: ADOdb5 (master) branchDamien Regad1-0/+1078
- Move all files in adodb5/ to root - Remove adodb-for-php4/ directory