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:
@ -78,7 +78,6 @@ ifcapable utf16 {
|
||||
faultsim_save_and_close
|
||||
|
||||
proc my_sql_hook {sql} {
|
||||
puts "HOOK $sql"
|
||||
lappend ::lSql $sql
|
||||
return 0
|
||||
}
|
||||
|
Reference in New Issue
Block a user