| Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
- running SED script
- manual adjustments for files not processed by regex
|
|
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
|
|
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
|
|
|
|
|
|
|
|
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>
|
|
Fixes #56
Signed-off-by: Damien Regad <dregad@mantisbt.org>
|
|
|
|
|
|
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.
|
|
- Move all files in adodb5/ to root
- Remove adodb-for-php4/ directory
|