index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
enc2.test
Commit message (
Expand
)
Author
Age
*
Approximately 100 typo corrections spanning the whole tree, submitted via [fo...
stephan
2025-02-27
*
Do not allow the "PRAGMA encoding" statement to change the database
drh
2020-01-15
*
Many spelling fixes in comments. No changes to code.
mistachkin
2013-03-21
*
Add retry logic for AV defense to winOpen. Also, refactor test suite to allo...
mistachkin
2011-08-02
*
Fixes to the test suite (no code changes) so that quick.test runs with OMIT_A...
danielk1977
2007-10-09
*
Be sure to ignore PRAGMA encoding pragmas if the encoding has already been
drh
2006-09-23
*
Changes to the enc2.test script so that it will run on windows. (CVS 3004)
drh
2006-01-23
*
Fix bugs caused by assuming that shared-schemas are initialized. (CVS 2917)
danielk1977
2006-01-11
*
The sqlite TCL command no longer returns the hex address of the sqlite3*
drh
2006-01-03
*
Properly zero-terminate UTF-16 collation names on an
drh
2005-12-14
*
All regression tests now pass with the new bounded-memory sort code.
drh
2005-09-01
*
Fix an assertion fault that can occur while autovacuuming a corrupt database
drh
2005-02-26
*
Update the version number in preparation for the release of 3.1.2. (CVS 2325)
drh
2005-02-13
*
Modify test scripts to work when SQLITE_OMIT_SUBQUERY (but no other OMIT macr...
danielk1977
2005-01-21
*
Changes toward reducing code size when SQLITE_OMIT_UTF16 is enabled. (CVS 2099)
drh
2004-11-14
*
Ensure the test suite can run with either SQLITE_OMIT_AUTOVACUUM or SQLITE_DE...
danielk1977
2004-11-10
*
Fixes for compiler warnings. Also more coverage. (CVS 1775)
danielk1977
2004-06-30
*
Test cases intended to improve coverage of main.c. (CVS 1763)
danielk1977
2004-06-29
*
Get all tests working under win2k. (CVS 1753)
drh
2004-06-28
*
Fix a bug in the previous checkin. (CVS 1677)
danielk1977
2004-06-23
*
Add some tests for user functions that prefer various text encodings. (CVS 1676)
danielk1977
2004-06-23
*
Change the name of the TCL command from "sqlite" to "sqlite3" so that both
drh
2004-06-19
*
Fix a couple of gcc warnings. (CVS 1615)
danielk1977
2004-06-18
*
Check the value of the schema cookie before reading the sqlite_master table. ...
danielk1977
2004-06-14
*
os_win.c is now working with the new locking protocol. (CVS 1581)
drh
2004-06-13
*
Correctly handle the situation where a collation sequence is available, but
danielk1977
2004-06-10
*
Misc fixes for test cases failing due to the new locking model. (CVS 1561)
danielk1977
2004-06-10
*
Fix error reporting when trying to attach a database with a foriegn text
danielk1977
2004-06-09
*
Add pragma to set/get text encoding. Also fix an obscure problem where a
danielk1977
2004-06-07
*
Remove the COPY command. (CVS 1477)
drh
2004-05-27
*
More MEM changes in the vdbe.c. Still will not compile. (CVS 1469)
drh
2004-05-27
*
Add some tests for the new API. Many more to come. (CVS 1462)
danielk1977
2004-05-26
*
Add a couple of tests for UTF-16 databases. (CVS 1438)
danielk1977
2004-05-22