dbo
- <?php
- /* SVN FILE: $Id$ */
- /**
- * SQLite3 layer for DBO
- *
- * Long description...
DboSqlite3 driver with fix to get correct resultsets when using "SELECT..AS" queries with dbo_sql...
- // TEST
- // --------------------------------------------------------------------------------
- /**...
Test to dbo_sqlite3 driver using "select..as" queries.
- diff --git a/cake/libs/model/datasources/dbo/dbo_sybase.php b/cake/libs/model/datasources/dbo/dbo...
Patch for ticket http://code.cakephp.org/tickets/view/90
- <?php
- require_once (LIBS . 'model' . DS . 'datasources' . DS . 'dbo' . DS . 'dbo_mysql.php');
- ...
