Błędy SQL/baz danychBłąd
5500055000 — Object Not in Prerequisite State
The database object is not in the required state.
postgresql
Zobacz szczegóły SQLITE_CORRUPT (11)The database file is corrupted.
Corrupted by a crash during write, hardware failure, non-SQLite editing, or copying during write.
Run PRAGMA integrity_check. Recover with .dump. Restore from backup. Use WAL mode to reduce corruption risk.
-- Check integrity
PRAGMA integrity_check;
-- Recover: dump and recreate
sqlite3 corrupt.db .dump | sqlite3 new.db55000The database object is not in the required state.
25P02A command was issued in a transaction that has already failed.
08001The client could not establish a connection to the database server.
28P01The password provided for authentication is incorrect.
22P02A value could not be converted to the required data type.
SQLITE_MISUSE (21)The SQLite API was used incorrectly.