mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-23 00:39:20 +08:00
SQLITE_RECURSIVE is not available with SQLite 3.6.8
This commit is contained in:
parent
3b575c3b4a
commit
6eb98afd67
@ -52,7 +52,7 @@ pub enum Action {
|
||||
SQLITE_FUNCTION = ffi::SQLITE_FUNCTION as isize,
|
||||
SQLITE_SAVEPOINT = ffi::SQLITE_SAVEPOINT as isize,
|
||||
SQLITE_COPY = ffi::SQLITE_COPY as isize,
|
||||
SQLITE_RECURSIVE = ffi::SQLITE_RECURSIVE as isize,
|
||||
SQLITE_RECURSIVE = 33,
|
||||
}
|
||||
|
||||
impl From<i32> for Action {
|
||||
|
Loading…
Reference in New Issue
Block a user