mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-24 22:22:08 +03:00
Fix test cases so that they all still work even with -DSQLITE_DQS=0.
FossilOrigin-Name: 4883776669ee2f2310ea82b0d6df4d008eebaa7cb252102539cf21a635402ebb
This commit is contained in:
@ -32,6 +32,7 @@ ifcapable !utf16 {
|
||||
do_test utf16align-1.0 {
|
||||
set unaligned_string_counter 0
|
||||
add_alignment_test_collations [sqlite3_connection_pointer db]
|
||||
sqlite3_db_config db SQLITE_DBCONFIG_DQS_DML 1
|
||||
execsql {
|
||||
PRAGMA encoding=UTF16;
|
||||
CREATE TABLE t1(
|
||||
|
Reference in New Issue
Block a user