Update of /cvsroot/mxbb/core/includes/db In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv5218 Modified Files: firebird.php mssql.php mssql_odbc.php mysql.php mysql4.php mysqli.php oracle.php postgres.php sqlite.php Log Message: DBAL Update Index: mysqli.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/db/mysqli.php,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** mysqli.php 10 Feb 2008 20:52:07 -0000 1.13 --- mysqli.php 11 Feb 2008 22:44:50 -0000 1.14 *************** *** 24,28 **** if (!is_object('dbal_mysqli')) { ! //define('SQL_LAYER', 'mysqli'); include_once($mx_root_path . 'includes/db/dbal.' . $phpEx); $sql_db = 'dbal_' . $dbms; // Repopulated for multiple db connections --- 24,28 ---- if (!is_object('dbal_mysqli')) { ! define('SQL_LAYER', 'mysqli'); include_once($mx_root_path . 'includes/db/dbal.' . $phpEx); $sql_db = 'dbal_' . $dbms; // Repopulated for multiple db connections Index: sqlite.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/db/sqlite.php,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** sqlite.php 10 Feb 2008 20:52:07 -0000 1.13 --- sqlite.php 11 Feb 2008 22:44:50 -0000 1.14 *************** *** 24,28 **** if (!is_object('dbal_sqlite')) { ! //define('SQL_LAYER', 'sqlite'); include_once($mx_root_path . 'includes/db/dbal.' . $phpEx); $sql_db = 'dbal_' . $dbms; // Repopulated for multiple db connections --- 24,28 ---- if (!is_object('dbal_sqlite')) { ! define('SQL_LAYER', 'sqlite'); include_once($mx_root_path . 'includes/db/dbal.' . $phpEx); $sql_db = 'dbal_' . $dbms; // Repopulated for multiple db connections Index: postgres.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/db/postgres.php,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** postgres.php 10 Feb 2008 20:52:07 -0000 1.13 --- postgres.php 11 Feb 2008 22:44:50 -0000 1.14 *************** *** 24,28 **** if (!is_object('dbal_postgres')) { ! //define('SQL_LAYER', 'postgres'); include_once($mx_root_path . 'includes/db/dbal.' . $phpEx); $sql_db = 'dbal_' . $dbms; // Repopulated for multiple db connections --- 24,28 ---- if (!is_object('dbal_postgres')) { ! define('SQL_LAYER', 'postgres'); include_once($mx_root_path . 'includes/db/dbal.' . $phpEx); $sql_db = 'dbal_' . $dbms; // Repopulated for multiple db connections Index: mysql4.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/db/mysql4.php,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** mysql4.php 10 Feb 2008 20:52:06 -0000 1.13 --- mysql4.php 11 Feb 2008 22:44:50 -0000 1.14 *************** *** 24,28 **** if (!is_object('dbal_mysql4')) { ! //define('SQL_LAYER', 'mysql4'); include_once($mx_root_path . 'includes/db/dbal.' . $phpEx); $sql_db = 'dbal_' . $dbms; --- 24,28 ---- if (!is_object('dbal_mysql4')) { ! define('SQL_LAYER', 'mysql4'); include_once($mx_root_path . 'includes/db/dbal.' . $phpEx); $sql_db = 'dbal_' . $dbms; Index: firebird.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/db/firebird.php,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** firebird.php 10 Feb 2008 20:52:05 -0000 1.13 --- firebird.php 11 Feb 2008 22:44:50 -0000 1.14 *************** *** 24,28 **** if (!is_object('dbal_firebird')) { ! //define('SQL_LAYER', 'firebird'); include_once($mx_root_path . 'includes/db/dbal.' . $phpEx); $sql_db = 'dbal_' . $dbms; // Repopulated for multiple db connections --- 24,28 ---- if (!is_object('dbal_firebird')) { ! define('SQL_LAYER', 'firebird'); include_once($mx_root_path . 'includes/db/dbal.' . $phpEx); $sql_db = 'dbal_' . $dbms; // Repopulated for multiple db connections Index: mssql.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/db/mssql.php,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** mssql.php 10 Feb 2008 20:52:05 -0000 1.13 --- mssql.php 11 Feb 2008 22:44:50 -0000 1.14 *************** *** 24,28 **** if (!is_object('dbal_mssql')) { ! //define('SQL_LAYER', 'mssql'); include_once($mx_root_path . 'includes/db/dbal.' . $phpEx); $sql_db = 'dbal_' . $dbms; // Repopulated for multiple db connections --- 24,28 ---- if (!is_object('dbal_mssql')) { ! define('SQL_LAYER', 'mssql'); include_once($mx_root_path . 'includes/db/dbal.' . $phpEx); $sql_db = 'dbal_' . $dbms; // Repopulated for multiple db connections Index: mysql.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/db/mysql.php,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** mysql.php 10 Feb 2008 20:52:06 -0000 1.13 --- mysql.php 11 Feb 2008 22:44:50 -0000 1.14 *************** *** 24,28 **** if (!is_object('dbal_mysql')) { ! //define('SQL_LAYER', 'mysql'); include_once($mx_root_path . 'includes/db/dbal.' . $phpEx); $sql_db = 'dbal_' . $dbms; // Repopulated for multiple db connections --- 24,28 ---- if (!is_object('dbal_mysql')) { ! define('SQL_LAYER', 'mysql'); include_once($mx_root_path . 'includes/db/dbal.' . $phpEx); $sql_db = 'dbal_' . $dbms; // Repopulated for multiple db connections Index: oracle.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/db/oracle.php,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** oracle.php 10 Feb 2008 20:52:07 -0000 1.13 --- oracle.php 11 Feb 2008 22:44:50 -0000 1.14 *************** *** 24,28 **** if (!is_object('dbal_oracle')) { ! //define('SQL_LAYER', 'oracle'); include_once($mx_root_path . 'includes/db/dbal.' . $phpEx); $sql_db = 'dbal_' . $dbms; // Repopulated for multiple db connections --- 24,28 ---- if (!is_object('dbal_oracle')) { ! define('SQL_LAYER', 'oracle'); include_once($mx_root_path . 'includes/db/dbal.' . $phpEx); $sql_db = 'dbal_' . $dbms; // Repopulated for multiple db connections Index: mssql_odbc.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/db/mssql_odbc.php,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** mssql_odbc.php 10 Feb 2008 20:52:06 -0000 1.13 --- mssql_odbc.php 11 Feb 2008 22:44:50 -0000 1.14 *************** *** 24,28 **** if (!is_object('dbal_mssql_odbc')) { ! //define('SQL_LAYER', 'mssql_odbc'); include_once($mx_root_path . 'includes/db/dbal.' . $phpEx); $sql_db = 'dbal_' . $dbms; // Repopulated for multiple db connections --- 24,28 ---- if (!is_object('dbal_mssql_odbc')) { ! define('SQL_LAYER', 'mssql_odbc'); include_once($mx_root_path . 'includes/db/dbal.' . $phpEx); $sql_db = 'dbal_' . $dbms; // Repopulated for multiple db connections |