mirror of
https://github.com/status-im/sqlcipher.git
synced 2025-02-23 09:18:11 +00:00
Adjust SQLITE_NOTADB text message
This commit is contained in:
parent
be789e94dd
commit
6a7894b990
@ -1435,7 +1435,7 @@ const char *sqlite3ErrStr(int rc){
|
||||
/* SQLITE_AUTH */ "authorization denied",
|
||||
/* SQLITE_FORMAT */ 0,
|
||||
/* SQLITE_RANGE */ "column index out of range",
|
||||
/* SQLITE_NOTADB */ "file is not a database",
|
||||
/* SQLITE_NOTADB */ "file is encrypted or is not a database",
|
||||
};
|
||||
const char *zErr = "unknown error";
|
||||
switch( rc ){
|
||||
|
Loading…
x
Reference in New Issue
Block a user