| Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
- running SED script
- manual adjustments for files not processed by regex
|
|
Documentation update requested in ADOdb/ADOdb/issues/117
|
|
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
|
|
With this, the mysql and mysqli (and derived) drivers convert the
recordset field names to the case defined by ADODB_ASSOC_CASE.
Fixes #100
|
|
|
|
MySQL and PostgreSQL used TRUE instead of ADODB_ASSOC_CASE.
|
|
|
|
The fix implemented in 4ff57e224bdc1969e0618201569c8d866e58bca9 for
mysqli applies to mysql driver also.
Fixes #28
|
|
|
|
|
|
http://php.net/manual/en/language.basic-syntax.phptags.php
|
|
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.
|
|
The change in metaTablesSQL introduced in v5.15 broke the ability to
filter tables using a mask.
Thanks to Arnt Witteveen for reporting the issue [1]
[1] http://phplens.com/lens/lensforum/msgs.php?id=19359
|
|
- Move all files in adodb5/ to root
- Remove adodb-for-php4/ directory
|