aboutsummaryrefslogtreecommitdiff
path: root/test/collate1.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
* Fix test cases so that they all still work even with -DSQLITE_DQS=0.drh2022-01-16
| | | FossilOrigin-Name: 4883776669ee2f2310ea82b0d6df4d008eebaa7cb252102539cf21a635402ebb
* Remove an over-zealous ALWAYS() macro and add a test case that shows thatdrh2020-01-03
| | | | | the conditional can sometimes be false. FossilOrigin-Name: 536e9a9d1bd514056ecbc8172ed58f2656a86f791a15e526ae2e5f2c93687b6a
* An improved fix for the dbsqlfuzz-discovered ALWAYS() failure following OOM indrh2019-10-09
| | | | | sqlite3ExprCollSeq(). This time with a test case (engineered by Dan). FossilOrigin-Name: 907f7965b335d8d5441f2e386bb190d1f93ffcd45ca98d2d1c621dede491fc5e
* Fix the implementation of the built-in RTRIM collating sequence so thatdrh2019-06-14
| | | | | | it works for control characters at the end of the string. Ticket [f1580ba1b574e9e9] FossilOrigin-Name: 86fa0087cd1f5c79ed51b99a226ec2eef5b0fa0a23981d469bec0e02fadf2a68
* Correctly handle COLLATE operators applied to COLLATE operators in andrh2015-04-15
| | | | | ORDER BY clause. FossilOrigin-Name: 9e1f837b08facbc7a2b6196770599a58233e725c
* Fix a problem causing collation sequence names to be dequoted multiple times ↵dan2015-03-20
| | | | | under some circumstances. FossilOrigin-Name: eddc05e7bb31fae74daa86e0504a3478b99fa0f2
* Make sure errors encountered while initializing extensions such as FTS4drh2013-12-19
| | | | | | | get reported out from sqlite3_open(). This fixes a bug introduced by check-in [9d347f547e7ba9]. Also remove lots of forgotten "breakpoint" commands left in test scripts over the years. FossilOrigin-Name: ca3fdfd41961d8d3d1e39d20dc628e8a95dabb2f
* Add test cases to demonstrate the memory leak on the COLLATE clause.drh2013-06-09
| | | FossilOrigin-Name: 0a60212c9c8404ee079985a58094ed2b2b554d48
* Some errors in veryquick resolved. Many more to go.drh2012-12-07
| | | FossilOrigin-Name: 972443b4eb282d45507da06c75e2cd46dd72326b
* First cut at adding the COLLATE operator. Regression tests pass (or at leastdrh2007-02-01
| | | | | | the quick set does) and a few new tests have been added. But many more tests are needed. Rules for combining collations need to be worked out. (CVS 3624) FossilOrigin-Name: 85cca7cd252d46ba71d302a89bc67c56146ec552
* Omit the SQLITE_AFF_INTEGER type affinity. All numeric values are nowdrh2005-11-01
| | | | | | of type real, though an integer representation is still sometimes used internally for efficiency. (CVS 2753) FossilOrigin-Name: e0d6f61c7de2c03b8fd17ef37cf1a0add36ee618
* Tcl interface transfers values directly between SQLite and Tcl_Objs, withoutdrh2004-08-20
| | | | | at translation to strings. (CVS 1898) FossilOrigin-Name: e97c331362545ce21117776c7b61d3488668f2bf
* Fix various collation sequence issues. (CVS 1568)danielk19772004-06-11
| | | FossilOrigin-Name: 66835ee67051027456a536e33b2f88a741654525
* Some progress on user-defined collation sequences. (CVS 1544)danielk19772004-06-09
FossilOrigin-Name: c634e71f1909819fb55c728bc410e5cc390428e3