summaryrefslogtreecommitdiff
path: root/adodb-xmlschema03.inc.php
AgeCommit message (Collapse)AuthorFilesLines
2015-08-11Fix#139: Remove PHP 4 ConstructorsValentin Sheyretski1-6/+6
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-04-20Follow-up fix for #92: remove extra lineDamien Regad1-2/+4
2015-04-20XMLschema: ExtractSchema() fixespeterdd1-3/+2
This patch addresses these issues when given $prefix and $stripprefix parameters. - missing param for the schema when calling MetaTables() - no table were returned if $stripprefix was true ($table name stripped, then later a sql select on that table name live, lol). - prefixes like 'mydbprefix_db1_' should not allow other tables starting 'mydbprefixXdb1_' or 'mydbprefix_db1X' to be matched as table for the result. Tested only with mysqli. Fixes #92 Signed-off-by: Damien Regad <dregad@mantisbt.org>
2014-02-24Remove closing php tagDamien Regad1-1/+0
http://php.net/manual/en/language.basic-syntax.phptags.php
2013-08-05Reorg: ADOdb5 (master) branchDamien Regad1-0/+2406
- Move all files in adodb5/ to root - Remove adodb-for-php4/ directory