0
0
mirror of https://github.com/tursodatabase/libsql.git synced 2025-07-14 18:25:18 +00:00
Files
libsql/libsql-sqlite3/test/fixtures/securedel2.test
2024-05-27 12:59:10 +02:00

6 lines
153 B
Plaintext

PRAGMA secure_delete = 0
DELETE FROM t1 WHERE rowid = 1
PRAGMA secure_delete = 1
DELETE FROM t1 WHERE rowid = 1
DELETE FROM t1 WHERE rowid>850