mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-23 17:05:36 +01:00
Just forget Full checkpoint mode for now, comment out compat test
This commit is contained in:
@@ -167,16 +167,17 @@ mod tests {
|
||||
SQLITE_OK
|
||||
);
|
||||
|
||||
assert_eq!(
|
||||
sqlite3_wal_checkpoint_v2(
|
||||
db,
|
||||
ptr::null(),
|
||||
SQLITE_CHECKPOINT_FULL,
|
||||
&mut log_size,
|
||||
&mut checkpoint_count
|
||||
),
|
||||
SQLITE_OK
|
||||
);
|
||||
// TODO: uncomment when SQLITE_CHECKPOINT_FULL is supported
|
||||
// assert_eq!(
|
||||
// sqlite3_wal_checkpoint_v2(
|
||||
// db,
|
||||
// ptr::null(),
|
||||
// SQLITE_CHECKPOINT_FULL,
|
||||
// &mut log_size,
|
||||
// &mut checkpoint_count
|
||||
// ),
|
||||
// SQLITE_OK
|
||||
// );
|
||||
|
||||
assert_eq!(
|
||||
sqlite3_wal_checkpoint_v2(
|
||||
|
||||
Reference in New Issue
Block a user