aboutsummaryrefslogtreecommitdiff
path: root/test/enc2.test
Commit message (Collapse)AuthorAge
* Approximately 100 typo corrections spanning the whole tree, submitted via ↵stephan2025-02-27
| | | | | [forum:0db9827f0464bc33|forum post 0db9827f0464bc33] and individually audited and verified. Affects only code comments, innocuous test strings, error message text in tool (not library) code, and configure-level help text. FossilOrigin-Name: f50c21484d3cac73589da0376c423de39ae8b842218105786c5aa3726e4dcaed
* Do not allow the "PRAGMA encoding" statement to change the databasedrh2020-01-15
| | | | | | | encoding if TEMP content exists, or content in any other attached database. Formerly, encoding changes were allowed if just the main database file was empty. Ticket [a08879a4a476eea9]. FossilOrigin-Name: 03b003c988d27f3aa1b1e44972ee5a3c7e44ad667ec7f2b8a31d0411c66583d3
* Many spelling fixes in comments. No changes to code.mistachkin2013-03-21
| | | FossilOrigin-Name: 6f6e2d50941e444ebc83604daddcc034137a05b7
* Add retry logic for AV defense to winOpen. Also, refactor test suite to ↵mistachkin2011-08-02
| | | | | allow the key Tcl file operations (e.g. copy and delete) to be retried. FossilOrigin-Name: 9007586fdabed8dbcc78581ea9821cfd1f9a4c8c
* Fixes to the test suite (no code changes) so that quick.test runs with ↵danielk19772007-10-09
| | | | | OMIT_ATTACH builds. #2706. (CVS 4480) FossilOrigin-Name: 07c00fffe50e8380748f7ae02328531a75d64610
* Be sure to ignore PRAGMA encoding pragmas if the encoding has already beendrh2006-09-23
| | | | | | set for a database. Ticket #1987. This patch also includes some cleanup of the schema parser and initialization logic. (CVS 3436) FossilOrigin-Name: dc797bf4fa96deabd9ceb6cc062b98d2ac49a574
* Changes to the enc2.test script so that it will run on windows. (CVS 3004)drh2006-01-23
| | | FossilOrigin-Name: 4c1818ecebc79f5f7e5f4a7843b5fae02a251f47
* Fix bugs caused by assuming that shared-schemas are initialized. (CVS 2917)danielk19772006-01-11
| | | FossilOrigin-Name: 3970eb875d1830d35b3a70a7583a8ab6b238cad6
* The sqlite TCL command no longer returns the hex address of the sqlite3*drh2006-01-03
| | | | | | structure. Instead there is a new command in testfixture to find that information. (CVS 2852) FossilOrigin-Name: 70b228575e045bc56013aab945334203ceb31d8b
* Properly zero-terminate UTF-16 collation names on andrh2005-12-14
| | | | | sqlite3_collation_needed16 callback. (CVS 2815) FossilOrigin-Name: 71a49d05bf174025c0d9141b8905c48f43e42541
* All regression tests now pass with the new bounded-memory sort code.drh2005-09-01
| | | | | There is still lots of opportunity for optimization, however. (CVS 2654) FossilOrigin-Name: 81259a01f1e85ba50a1d017b1282bf841b16f0a5
* Fix an assertion fault that can occur while autovacuuming a corrupt databasedrh2005-02-26
| | | | | file. Add the SQLITE_OMIT_COMPLETE compile-time parameter. (CVS 2361) FossilOrigin-Name: bb0e7e3857a06347b08d93553ac603e737322262
* Update the version number in preparation for the release of 3.1.2. (CVS 2325)drh2005-02-13
| | | FossilOrigin-Name: f3c51de7599ed6d3bcdd227e290ad75829840957
* Modify test scripts to work when SQLITE_OMIT_SUBQUERY (but no other OMIT ↵danielk19772005-01-21
| | | | | macros) is defined. (CVS 2252) FossilOrigin-Name: d4e19efcef68d834c55c7d496cdb3696d63a31a2
* Changes toward reducing code size when SQLITE_OMIT_UTF16 is enabled. (CVS 2099)drh2004-11-14
| | | FossilOrigin-Name: 59a0a8b7cebc011731654bd0545cf8d19612ca8e
* Ensure the test suite can run with either SQLITE_OMIT_AUTOVACUUM or ↵danielk19772004-11-10
| | | | | SQLITE_DEFAULT_AUTOVACUUM=1 defined. (CVS 2087) FossilOrigin-Name: 0747b55882cf218c03b443e1eadec9eb19889554
* Fixes for compiler warnings. Also more coverage. (CVS 1775)danielk19772004-06-30
| | | FossilOrigin-Name: fa19c77bf045787faa4cdc40bcfbd9eeae8594ae
* Test cases intended to improve coverage of main.c. (CVS 1763)danielk19772004-06-29
| | | FossilOrigin-Name: 15a084e9ea14d093f75c54a321f146c18f4453d7
* Get all tests working under win2k. (CVS 1753)drh2004-06-28
| | | FossilOrigin-Name: 168112c8b76af132c675a6508d3ee7764ef7a845
* Fix a bug in the previous checkin. (CVS 1677)danielk19772004-06-23
| | | FossilOrigin-Name: f31c84a64f53cf2e75a5e988fbb6ad82537f2403
* Add some tests for user functions that prefer various text encodings. (CVS 1676)danielk19772004-06-23
| | | FossilOrigin-Name: db6bab574869fde49a147d4e19dd73005f247092
* Change the name of the TCL command from "sqlite" to "sqlite3" so that bothdrh2004-06-19
| | | | | SQLite version 2 and SQLite version 3 can be used by Tcl at the same time. (CVS 1626) FossilOrigin-Name: d705d051bed2b92b6c3bbcc75fe5b056633b9c31
* Fix a couple of gcc warnings. (CVS 1615)danielk19772004-06-18
| | | FossilOrigin-Name: 960f55f3ecbef4581c8cb7be860023ba10de4e96
* Check the value of the schema cookie before reading the sqlite_master table. ↵danielk19772004-06-14
| | | | | (CVS 1585) FossilOrigin-Name: 80c299f8839d920c61854f575498340b28db98d7
* os_win.c is now working with the new locking protocol. (CVS 1581)drh2004-06-13
| | | FossilOrigin-Name: 77c5eaa10a9d2e2bb8f89b7434d6e6efbacf35e9
* Correctly handle the situation where a collation sequence is available, butdanielk19772004-06-10
| | | | | not in the preferred encoding. (CVS 1565) FossilOrigin-Name: 49ab4794e1b5be5cbb3b87a65477659762487cf8
* Misc fixes for test cases failing due to the new locking model. (CVS 1561)danielk19772004-06-10
| | | FossilOrigin-Name: 71e98d0d089576433c4b06dcba1c57063bd366f5
* Fix error reporting when trying to attach a database with a foriegn textdanielk19772004-06-09
| | | | | encoding. (CVS 1545) FossilOrigin-Name: beab038c71eecbabb1351b0c98a71f32ea013285
* Add pragma to set/get text encoding. Also fix an obscure problem where adanielk19772004-06-07
| | | | | temp trigger could be accidently dropped. (CVS 1537) FossilOrigin-Name: 983221b038813c5a7892564896e39597c223c4c3
* Remove the COPY command. (CVS 1477)drh2004-05-27
| | | FossilOrigin-Name: 287f86731c71401dbac098e08357367b4f8e5a43
* More MEM changes in the vdbe.c. Still will not compile. (CVS 1469)drh2004-05-27
| | | FossilOrigin-Name: dbdd1a7f316e576d0611748ec63c9ef00d4c10db
* Add some tests for the new API. Many more to come. (CVS 1462)danielk19772004-05-26
| | | FossilOrigin-Name: d5659f2ee6788e0205fb5e03eeaf64e6c0aa9bed
* Add a couple of tests for UTF-16 databases. (CVS 1438)danielk19772004-05-22
FossilOrigin-Name: d7551df8c32c4981d94eb57cd2a999592e91f50f