mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 11:06:15 +00:00
9d8bb8c047
`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 |
||
---|---|---|
.. | ||
Mysql.php | ||
Postgres.php | ||
Sqlite.php | ||
Sqlserver.php |