summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2014-04-30memcache: include_once() to avoid error with PHPUnitDamien Regad1-1/+1
PHPUnit 4.x+ used in conjunction with ADOdb memcache library causes a 'cannot redeclare _rs2serialize' error when including adodb-csv.inc.php. http://phplens.com/lens/lensforum/msgs.php?id=19489
2014-04-30Bump version to 5.20devDamien Regad5-5/+7
2014-04-23Bump version to 5.19v5.19Damien Regad5-6/+6
2014-04-22Update changelogDamien Regad1-0/+2
2014-04-20Remove old, redundant readme.htmDamien Regad1-68/+0
2014-04-16Update changelogDamien Regad1-0/+2
2014-04-16Fix Postgres error messages mapping to ADOdb error codesDamien Regad1-0/+1
Added 'm' (multiline) flag to preg_match()
2014-04-07Revise index page for http://adodb.sourceforge.neDamien Regad4-0/+349
2014-04-07oci8: fix ORA-24344 when creating sequence triggerDamien Regad1-0/+1
2014-04-07Revise documentation sectionDamien Regad1-7/+8
Reworded mention of obsolete docs
2014-04-07Fix linksDamien Regad1-77/+56
- Fix some broken links - Removing links to phplens.com for documentation where applicable, use local files instead
2014-04-07Added source code linkDamien Regad1-0/+1
2014-04-07Support sectionDamien Regad1-9/+12
2014-04-07Remove ADOdb Lite referenceDamien Regad1-4/+1
2014-04-07HTML layoutDamien Regad1-26/+36
2014-04-07Layout of inline styleDamien Regad1-4/+9
2014-04-07Remove references to obsolete 'extension'Damien Regad1-7/+2
2014-04-07Remove references to unmaintained Python libraryDamien Regad1-13/+1
2014-04-07Layout and CSS adjustmentsDamien Regad1-13/+15
2014-04-07Adding Sourceforge web site HTML pagesDamien Regad4-0/+368
Files from http://adodb.sourceforge.net
2014-03-29Update changelogDamien Regad1-0/+1
2014-03-18MSSQL: change timestamp format to ISO 8601Damien Regad1-0/+3
As recommended on Microsoft TechNet site http://technet.microsoft.com/en-us/library/ms180878%28v=sql.105%29.aspx#StringLiteralDateandTimeFormats
2014-03-04Update changelogDamien Regad1-0/+2
2014-02-24Fix ADODB_postgres64->Param()Damien Regad1-0/+1
The method now properly resets the parameter count to 1 when $name is false (or 0).
2014-02-24adodb-lib: Fix columns quoting bugDamien Regad1-0/+1
See https://sourceforge.net/p/adodb/bugs/127/
2014-01-21Fix 'LIMIT 1' clause in subquery gets stripped offDamien Regad1-0/+1
Implementing the patch submitted by Mike in http://phplens.com/lens/lensforum/msgs.php?id=17813
2014-01-21mssqlnative: prepared statement now returns last Insert IDDamien Regad1-0/+1
Fixes Github issue #5, pull request #6
2014-01-21update changelogDamien Regad1-0/+1
2014-01-21Bump version to 5.19devDamien Regad9-9/+9
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-21Update changelogDamien Regad1-8/+11
- Documented recently committed changes - Reordered in alphabetical order of driver name
2013-09-20Update changelogDamien Regad1-0/+1
2013-08-31Impossible to retrieve BLOB from DB with PostgreSQL >= 9.0Damien Regad1-0/+1
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-23Update changelogDamien Regad1-1/+2
2013-08-12Updated changelog with recent fixesDamien Regad1-2/+15
2013-08-05Reorg: move *.htm files to new docs/ directoryDamien Regad11-0/+13030