Lines Matching refs:encoding
79 # shared-8.*: Tests related to the text encoding of shared-cache databases.
642 # the wrong encoding for a database.
649 PRAGMA encoding = 'UTF-16';
654 string range [execsql {PRAGMA encoding;}] 0 end-2
660 PRAGMA encoding = 'UTF-8';
672 PRAGMA encoding;
686 PRAGMA encoding = 'UTF-16';
689 string range [execsql {PRAGMA encoding;} db2] 0 end-2
699 execsql { PRAGMA encoding }
702 set zDb16 "[encoding convertto unicode test.db]\x00\x00"
712 set stmt [sqlite3_prepare $db16 "PRAGMA encoding" -1 DUMMY]
727 } {1 {attached databases must use the same text encoding as main database}}