SQLite

All files named ”test/tkt-cbd054fa6b.test”
Login

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

History for test/tkt-cbd054fa6b.test

2023-10-20
20:19
[6ec9f1a572] part of check-in [b91c19bf26] Add string_agg(X,Y) as an alias for group_concat(X,Y), for compatibility with SQLServer and PG. (check-in: [b91c19bf26] user: drh branch: string_agg, size: 2625)
2019-08-08
15:24
[708475ef4d] part of check-in [1e17ea2fd1] Remove support for STAT3. The sqlite_stat3 tables are ignored, if they exist. STAT4 continues to work as it always has, and as it is a superset of STAT3 is the recommended replacement. (check-in: [1e17ea2fd1] user: drh branch: omit-stat3, size: 2627)
2013-08-12
20:14
[06ccd57af3] part of check-in [cca8bf4372] If ENABLE_STAT3 is defined but ENABLE_STAT4 is not, have ANALYZE create and populate the sqlite_stat3 table instead of sqlite_stat4. (check-in: [cca8bf4372] user: dan branch: sqlite_stat4, size: 2790)
2013-08-10
19:08
[6595eac9c5] part of check-in [3a5e8ab7dd] Add the rowid field to the end of sample records stored in the sqlite_stat4 table. (check-in: [3a5e8ab7dd] user: dan branch: sqlite_stat4, size: 2537)
2013-08-03
20:24
[2fd674fda9] part of check-in [2beea303a1] Begin adding experimental sqlite_stat4 table. This commit is buggy. (check-in: [2beea303a1] user: dan branch: sqlite_stat4, size: 2499)
2012-09-27
19:53
[9c27ed07b3] part of check-in [0d57332005] More test cases an bug fixes for the ORDER BY optimization of joins. All veryquick tests now pass. (check-in: [0d57332005] user: drh branch: qp-enhancements, size: 2216)
2011-08-15
12:58
[bd9fb546f6] part of check-in [2504bcfb0c] Update some test cases to work with sqlite_stat3 instead of sqlite_stat2. (check-in: [2504bcfb0c] user: drh branch: stat3-enhancement, size: 2216)
2011-08-06
01:22
[2263389efa] part of check-in [7e914aa999] Fix a compiler warning when STAT2 is off. More test cases. Fix legacy tests to deal with the new STAT2 logic. (check-in: [7e914aa999] user: drh branch: query-planner-tweaks, size: 3008)
2010-03-26
01:54
Added: [f14f97ea43] part of check-in [c33b38b59f] Fix OOM error on ANALYZE with STAT2 enabled with zero-length data. Ticket [cbd054fa6b]. (check-in: [c33b38b59f] user: shaneh branch: trunk, size: 2216)