Just forget Full checkpoint mode for now, comment out compat test

This commit is contained in:
PThorpe92
2025-07-19 20:45:23 -04:00
committed by Jussi Saurio
parent 49f90980d4
commit 3db72cf111
3 changed files with 44 additions and 261 deletions

View File

@@ -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(