SQLite

All files named ”test/collate1.test”
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

History for test/collate1.test

2025-02-27
21:17
[0890fa3727] part of check-in [f50c21484d] Approximately 100 typo corrections spanning the whole tree, submitted via 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. (check-in: [f50c21484d] user: stephan branch: trunk, size: 12076)
2022-01-16
19:11
[71a6f27fdc] part of check-in [4883776669] Fix test cases so that they all still work even with -DSQLITE_DQS=0. (check-in: [4883776669] user: drh branch: trunk, size: 12075)
2020-07-29
16:18
[5330f8f3c2] part of check-in [a80ae2c98b] Dozens and dozens of typo fixes in comments. This change adds no value to the end product and is disruptive, so it is questionable whether or not it will ever land on trunk. (check-in: [a80ae2c98b] user: drh branch: typos, size: 12029)
2020-01-03
14:34
[532b4992f7] part of check-in [536e9a9d1b] Remove an over-zealous ALWAYS() macro and add a test case that shows that the conditional can sometimes be false. (check-in: [536e9a9d1b] user: drh branch: trunk, size: 12028)
2019-10-09
15:37
[4178fda6f4] part of check-in [907f7965b3] An improved fix for the dbsqlfuzz-discovered ALWAYS() failure following OOM in sqlite3ExprCollSeq(). This time with a test case (engineered by Dan). (check-in: [907f7965b3] user: drh branch: trunk, size: 11709)
2019-06-14
13:24
[f9b653f515] part of check-in [86fa0087cd] Fix the implementation of the built-in RTRIM collating sequence so that it works for control characters at the end of the string. Ticket [f1580ba1b574e9e9] (check-in: [86fa0087cd] user: drh branch: trunk, size: 11359)
2015-04-15
05:57
[08c18e7512] part of check-in [9e1f837b08] Correctly handle COLLATE operators applied to COLLATE operators in an ORDER BY clause. (check-in: [9e1f837b08] user: drh branch: trunk, size: 10906)
2015-03-20
08:43
[7fcfe78f96] part of check-in [eddc05e7bb] Fix a problem causing collation sequence names to be dequoted multiple times under some circumstances. (check-in: [eddc05e7bb] user: dan branch: trunk, size: 10417)
2013-12-19
16:26
[73b91005f2] part of check-in [ca3fdfd419] Make sure errors encountered while initializing extensions such as FTS4 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. (check-in: [ca3fdfd419] user: drh branch: trunk, size: 9163)
2013-06-09
20:16
[b709989e6e] part of check-in [0a60212c9c] Add test cases to demonstrate the memory leak on the COLLATE clause. (check-in: [0a60212c9c] user: drh branch: memleak, size: 9174)
2012-12-07
18:38
[fd02c4d8af] part of check-in [972443b4eb] Some errors in veryquick resolved. Many more to go. (check-in: [972443b4eb] user: drh branch: ticket-71e333e7, size: 8281)
2007-02-01
23:02
[e3eaa48c21] part of check-in [85cca7cd25] First cut at adding the COLLATE operator. Regression tests pass (or at least 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) (check-in: [85cca7cd25] user: drh branch: trunk, size: 8270)
2005-11-01
15:48
[add9454cef] part of check-in [e0d6f61c7d] Omit the SQLITE_AFF_INTEGER type affinity. All numeric values are now of type real, though an integer representation is still sometimes used internally for efficiency. (CVS 2753) (check-in: [e0d6f61c7d] user: drh branch: trunk, size: 6220)
2004-08-20
18:34
[f79736d2eb] part of check-in [e97c331362] Tcl interface transfers values directly between SQLite and Tcl_Objs, without at translation to strings. (CVS 1898) (check-in: [e97c331362] user: drh branch: trunk, size: 6226)
2004-06-11
10:51
[2ee4fa3a47] part of check-in [66835ee670] Fix various collation sequence issues. (CVS 1568) (check-in: [66835ee670] user: danielk1977 branch: trunk, size: 6228)
2004-06-09
09:55
Added: [7f1ad4c24e] part of check-in [c634e71f19] Some progress on user-defined collation sequences. (CVS 1544) (check-in: [c634e71f19] user: danielk1977 branch: trunk, size: 6276)