cakephp2-php8/cake/libs/model/datasources/dbo
phpnut 784ee985b5 Adding fix for Ticket #2363
Removed use of:
mysql_insert_id($this->connection);
mysqli_insert_id($this->connection);

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4810 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-04-07 01:42:12 +00:00
..
dbo_adodb.php Renaming $__transactionStarted to $_transactionStarted (ticket #2141) 2007-02-17 08:28:09 +00:00
dbo_db2.php Renaming $__transactionStarted to $_transactionStarted (ticket #2141) 2007-02-17 08:28:09 +00:00
dbo_mssql.php Removing column length from INT column type in DboMssql (Ticket #2308) 2007-03-29 02:21:50 +00:00
dbo_mysql.php Adding fix for Ticket #2363 2007-04-07 01:42:12 +00:00
dbo_mysqli.php Adding fix for Ticket #2363 2007-04-07 01:42:12 +00:00
dbo_odbc.php Renaming $__transactionStarted to $_transactionStarted (ticket #2141) 2007-02-17 08:28:09 +00:00
dbo_oracle.php Adding phishy's Oracle patch, fixing Sybase queries and column defs 2007-03-16 14:23:54 +00:00
dbo_pear.php Correcting all headers in the files 2007-02-02 10:39:45 +00:00
dbo_postgres.php Adding fix for Ticket #2339 2007-04-04 07:25:48 +00:00
dbo_sqlite.php Renaming $__transactionStarted to $_transactionStarted (ticket #2141) 2007-02-17 08:28:09 +00:00
dbo_sybase.php Adding phishy's Oracle patch, fixing Sybase queries and column defs 2007-03-16 14:23:54 +00:00