1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-30 19:03:16 +03:00

Fix recovery of utf-16 databases.

FossilOrigin-Name: 5b05be0861f35804270fbd184ad4b89c23e98cc2fbd56b9e4fe6197daef5fe49
This commit is contained in:
dan
2022-09-14 16:37:59 +00:00
parent 322967df59
commit b8eaf9a10d
7 changed files with 138 additions and 23 deletions

View File

@ -78,7 +78,6 @@ ifcapable utf16 {
faultsim_save_and_close
proc my_sql_hook {sql} {
puts "HOOK $sql"
lappend ::lSql $sql
return 0
}