SQLite

All files named ”test/misc4.test”
Login

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

History for test/misc4.test

2020-07-29
16:18
[c18f8186cf] 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: 6182)
2018-11-07
02:17
[10cd6addb2] part of check-in [3212733cb6] Add the SQLITE_DEFAULT_DEFENSIVE compile-time option. Fix up test cases so that they work with DEFENSIVE enabled. (check-in: [3212733cb6] user: drh branch: read-only-shadow, size: 6183)
2015-05-18
04:24
[0d8be3466a] part of check-in [9c0d80907b] Make a hard copy of the results of a subquery lest the result of the subquery be referenced after a change to the table that generated the subquery result. (check-in: [9c0d80907b] user: drh branch: trunk, size: 6150)
2015-05-15
04:13
[21c3a52354] part of check-in [56ef98a047] Simplifications to error message processing. Fix a possible problem in error message formatting when vacuuming a database with a corrupt schema. (check-in: [56ef98a047] user: drh branch: trunk, size: 5844)
2010-09-25
22:32
[9c078510fb] part of check-in [a7645d2938] Enhance the ANALYZE command so that it gathers statistics in the sqlite_stat1 table even for tables that are empty or have no indices. (check-in: [a7645d2938] user: drh branch: trunk, size: 5538)
2007-12-08
18:01
[91e8ed25c0] part of check-in [4be8e6765b] Strengthen the tests for aggregate functions in GROUP BY clauses. Changes to test cases only. No changes to code. (CVS 4601) (check-in: [4be8e6765b] user: drh branch: trunk, size: 5522)
2007-08-13
15:28
[21e8a275ca] part of check-in [a07143fc05] Invalidate prepared SQL statements when rolling back a transaction that includes schema modifications. (CVS 4216) (check-in: [a07143fc05] user: danielk1977 branch: trunk, size: 5082)
2006-01-03
00:33
[b043a05dea] part of check-in [70b228575e] The sqlite TCL command no longer returns the hex address of the sqlite3* structure. Instead there is a new command in testfixture to find that information. (CVS 2852) (check-in: [70b228575e] user: drh branch: trunk, size: 4698)
2005-09-08
10:37
[fbb81c1d52] part of check-in [21adf4bd99] The SUM() aggregate function returns an integer result if all inputs are integers. Any single non-integer input causes the result to be a floating point value. (CVS 2669) (check-in: [21adf4bd99] user: drh branch: trunk, size: 4698)
01:58
[a4d1368bc5] part of check-in [7283f7c29d] Optimizations and refinements. Improvements to test coverage. (CVS 2667) (check-in: [7283f7c29d] user: drh branch: trunk, size: 4702)
2005-09-07
22:48
[879b1eedac] part of check-in [7e85a162d0] More bug fixes. But there are still tests that fail. (CVS 2664) (check-in: [7e85a162d0] user: drh branch: trunk, size: 4484)
21:22
[8a28f046ba] part of check-in [17039ec3ff] Rewrite the aggregate handling logic so that it runs in O(1) space. This is the first cut at the code. Many regression tests fail. (CVS 2662) (check-in: [17039ec3ff] user: drh branch: trunk, size: 4490)
2005-03-29
03:10
[edd3e3adf5] part of check-in [c41d55443c] Add the SQLITE_OMIT_TEMPDB compile time macro. (CVS 2427) (check-in: [c41d55443c] user: danielk1977 branch: trunk, size: 4501)
2005-01-30
09:17
[98e5fb5544] part of check-in [356d31e03f] Have the optimization introduced in (2170) deal with OP_NullRow as well as OP_Column and OP_Recno. Fix for #1086. (CVS 2290) (check-in: [356d31e03f] user: danielk1977 branch: trunk, size: 4419)
2005-01-29
08:32
[f44ad10982] part of check-in [b1b50f3158] Modify sub-query handling. Tickets #1083 and #1084. (CVS 2286) (check-in: [b1b50f3158] user: danielk1977 branch: trunk, size: 4159)
2005-01-21
03:12
[145e301fdf] part of check-in [bb0254ab14] Modify test scripts to work when SQLITE_OMIT_SUBQUERY (along with other OMIT macros) is defined. (CVS 2251) (check-in: [bb0254ab14] user: danielk1977 branch: trunk, size: 3806)
2005-01-20
02:17
[e32ca4d691] part of check-in [d267fb3ca3] Fix some test scripts so that they work with a minimal build configuration. (CVS 2241) (check-in: [d267fb3ca3] user: danielk1977 branch: trunk, size: 3749)
2005-01-18
17:20
[74e6b9e8f9] part of check-in [b1d4c42d2b] CREATE TABLE ... AS ... uses short names for columns. Ticket #1036. (CVS 2232) (check-in: [b1d4c42d2b] user: drh branch: trunk, size: 3684)
14:45
[33fd2ef6e9] part of check-in [88d4834fec] Continue refactoring name resolution. Fix for ticket #1047. (CVS 2230) (check-in: [88d4834fec] user: drh branch: trunk, size: 3125)
2005-01-11
15:28
[7edc2542ea] part of check-in [ad451a2ddc] Improved test coverage for util.c. (CVS 2194) (check-in: [ad451a2ddc] user: drh branch: trunk, size: 2541)
2004-11-22
13:35
[c683ab8182] part of check-in [007be591b7] Ensure tests pass when SQLITE_OMIT_COMPOUND_SELECT is defined. (CVS 2138) (check-in: [007be591b7] user: danielk1977 branch: trunk, size: 2550)
2004-10-19
16:40
[d005a75f09] part of check-in [370ca53950] Reinsert code deleted by (1998) that we thought was unused but was in fact needed. Fix for ticket #966. (CVS 2025) (check-in: [370ca53950] user: drh branch: trunk, size: 2497)
2004-07-24
17:38
[9f8ab4896d] part of check-in [ebdb661e0e] Prepared statements now work with CREATE and DROP. All tests pass. No memory leaks. (CVS 1866) (check-in: [ebdb661e0e] user: drh branch: trunk, size: 2076)
14:35
[b31a0a0807] part of check-in [6db3f122aa] Fix more problems with deferred execution of CREATE. Still need to do DROP. There is now a memory leak. (CVS 1865) (check-in: [6db3f122aa] user: drh branch: trunk, size: 2106)
03:30
[e941a0918d] part of check-in [49b9914924] Progress towards getting prepared statements and CREATE and DROP to play nicely together. Work is incomplete. Some tests are known to fail. (CVS 1864) (check-in: [49b9914924] user: drh branch: trunk, size: 2022)
2004-07-19
17:25
[9e4291bb17] part of check-in [c6c13dc460] Store schema cookies on the TEMP database. Ticket #807. (CVS 1817) (check-in: [c6c13dc460] user: drh branch: trunk, size: 1469)
00:39
[f221d03868] part of check-in [88a4e400f9] When comparing two expressions do not apply affinity to either operand. Ticket #805. (CVS 1810) (check-in: [88a4e400f9] user: drh branch: trunk, size: 1212)
2004-07-18
23:47
Added: [e0bf8fc91d] part of check-in [d7e9772c74] Unsuccessful attempt to reproduce ticket #807. (CVS 1809) (check-in: [d7e9772c74] user: drh branch: trunk, size: 1181)