mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-26 11:31:37 +08:00
Add new SQLITE_OPEN_EXRESCODE flag
This commit is contained in:
parent
006c8b77e7
commit
19d0887179
@ -1020,6 +1020,8 @@ bitflags::bitflags! {
|
|||||||
const SQLITE_OPEN_PRIVATE_CACHE = 0x0004_0000;
|
const SQLITE_OPEN_PRIVATE_CACHE = 0x0004_0000;
|
||||||
/// The database filename is not allowed to be a symbolic link.
|
/// The database filename is not allowed to be a symbolic link.
|
||||||
const SQLITE_OPEN_NOFOLLOW = 0x0100_0000;
|
const SQLITE_OPEN_NOFOLLOW = 0x0100_0000;
|
||||||
|
/// Extended result codes.
|
||||||
|
const SQLITE_OPEN_EXRESCODE = 0x0200_0000;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user