mirror of
https://github.com/tursodatabase/libsql.git
synced 2024-12-12 14:23:38 +00:00
ad79ef48a2
* add tests * add bench
6 lines
153 B
Plaintext
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
|