cakephp2-php8/lib/Cake/Model/Datasource/Database
Rachman Chavik 9d8bb8c047 Sqlite::truncate(): Verify sqlite_sequence exists before _execute()
`sqlite_sequence` is a dynamic table that's only available when a table in
the database use an auto increment field.  For some cases, eg: databases that
exclusively use uuid for primary keys, this table won't exist and
truncate() call will fail with:

  Error: SQLSTATE[HY000]: General error: 1 no such table: sqlite_sequence
2013-08-21 16:34:21 +07:00
..
Mysql.php Moves code out of the try/catch blocks in the connect() methods. 2013-07-15 12:59:46 +02:00
Postgres.php Moves code out of the try/catch blocks in the connect() methods. 2013-07-15 12:59:46 +02:00
Sqlite.php Sqlite::truncate(): Verify sqlite_sequence exists before _execute() 2013-08-21 16:34:21 +07:00
Sqlserver.php Moves code out of the try/catch blocks in the connect() methods. 2013-07-15 12:59:46 +02:00