Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History of test/misc4.test
2018-11-07
| ||
02:17 | Add the SQLITE_DEFAULT_DEFENSIVE compile-time option. Fix up test cases so that they work with DEFENSIVE enabled. file: [10cd6add] check-in: [3212733c] user: drh branch: read-only-shadow, size: 6183 | |
2015-05-18
| ||
04:24 | 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. file: [0d8be346] check-in: [9c0d8090] user: drh branch: trunk, size: 6150 | |
2015-05-15
| ||
04:13 | Simplifications to error message processing. Fix a possible problem in error message formatting when vacuuming a database with a corrupt schema. file: [21c3a523] check-in: [56ef98a0] user: drh branch: trunk, size: 5844 | |
2010-09-25
| ||
22:32 | Enhance the ANALYZE command so that it gathers statistics in the sqlite_stat1 table even for tables that are empty or have no indices. file: [9c078510] check-in: [a7645d29] user: drh branch: trunk, size: 5538 | |
2007-12-08
| ||
18:01 | Strengthen the tests for aggregate functions in GROUP BY clauses. Changes to test cases only. No changes to code. (CVS 4601) file: [91e8ed25] check-in: [4be8e676] user: drh branch: trunk, size: 5522 | |
2007-08-13
| ||
15:28 | Invalidate prepared SQL statements when rolling back a transaction that includes schema modifications. (CVS 4216) file: [21e8a275] check-in: [a07143fc] user: danielk1977 branch: trunk, size: 5082 | |
2006-01-03
| ||
00:33 | 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) file: [b043a05d] check-in: [70b22857] user: drh branch: trunk, size: 4698 | |
2005-09-08
| ||
10:37 | 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) file: [fbb81c1d] check-in: [21adf4bd] user: drh branch: trunk, size: 4698 | |
01:58 | Optimizations and refinements. Improvements to test coverage. (CVS 2667) file: [a4d1368b] check-in: [7283f7c2] user: drh branch: trunk, size: 4702 | |
2005-09-07
| ||
22:48 | More bug fixes. But there are still tests that fail. (CVS 2664) file: [879b1eed] check-in: [7e85a162] user: drh branch: trunk, size: 4484 | |
21:22 | 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) file: [8a28f046] check-in: [17039ec3] user: drh branch: trunk, size: 4490 | |
2005-03-29
| ||
03:10 | Add the SQLITE_OMIT_TEMPDB compile time macro. (CVS 2427) file: [edd3e3ad] check-in: [c41d5544] user: danielk1977 branch: trunk, size: 4501 | |
2005-01-30
| ||
09:17 | Have the optimization introduced in (2170) deal with OP_NullRow as well as OP_Column and OP_Recno. Fix for #1086. (CVS 2290) file: [98e5fb55] check-in: [356d31e0] user: danielk1977 branch: trunk, size: 4419 | |
2005-01-29
| ||
08:32 | Modify sub-query handling. Tickets #1083 and #1084. (CVS 2286) file: [f44ad109] check-in: [b1b50f31] user: danielk1977 branch: trunk, size: 4159 | |
2005-01-21
| ||
03:12 | Modify test scripts to work when SQLITE_OMIT_SUBQUERY (along with other OMIT macros) is defined. (CVS 2251) file: [145e301f] check-in: [bb0254ab] user: danielk1977 branch: trunk, size: 3806 | |
2005-01-20
| ||
02:17 | Fix some test scripts so that they work with a minimal build configuration. (CVS 2241) file: [e32ca4d6] check-in: [d267fb3c] user: danielk1977 branch: trunk, size: 3749 | |
2005-01-18
| ||
17:20 | CREATE TABLE ... AS ... uses short names for columns. Ticket #1036. (CVS 2232) file: [74e6b9e8] check-in: [b1d4c42d] user: drh branch: trunk, size: 3684 | |
14:45 | Continue refactoring name resolution. Fix for ticket #1047. (CVS 2230) file: [33fd2ef6] check-in: [88d4834f] user: drh branch: trunk, size: 3125 | |
2005-01-11
| ||
15:28 | Improved test coverage for util.c. (CVS 2194) file: [7edc2542] check-in: [ad451a2d] user: drh branch: trunk, size: 2541 | |
2004-11-22
| ||
13:35 | Ensure tests pass when SQLITE_OMIT_COMPOUND_SELECT is defined. (CVS 2138) file: [c683ab81] check-in: [007be591] user: danielk1977 branch: trunk, size: 2550 | |
2004-10-19
| ||
16:40 | Reinsert code deleted by (1998) that we thought was unused but was in fact needed. Fix for ticket #966. (CVS 2025) file: [d005a75f] check-in: [370ca539] user: drh branch: trunk, size: 2497 | |
2004-07-24
| ||
17:38 | Prepared statements now work with CREATE and DROP. All tests pass. No memory leaks. (CVS 1866) file: [9f8ab489] check-in: [ebdb661e] user: drh branch: trunk, size: 2076 | |
14:35 | Fix more problems with deferred execution of CREATE. Still need to do DROP. There is now a memory leak. (CVS 1865) file: [b31a0a08] check-in: [6db3f122] user: drh branch: trunk, size: 2106 | |
03:30 | Progress towards getting prepared statements and CREATE and DROP to play nicely together. Work is incomplete. Some tests are known to fail. (CVS 1864) file: [e941a091] check-in: [49b99149] user: drh branch: trunk, size: 2022 | |
2004-07-19
| ||
17:25 | Store schema cookies on the TEMP database. Ticket #807. (CVS 1817) file: [9e4291bb] check-in: [c6c13dc4] user: drh branch: trunk, size: 1469 | |
00:39 | When comparing two expressions do not apply affinity to either operand. Ticket #805. (CVS 1810) file: [f221d038] check-in: [88a4e400] user: drh branch: trunk, size: 1212 | |
2004-07-18
| ||
23:47 | Unsuccessful attempt to reproduce ticket #807. (CVS 1809) file: [e0bf8fc9] check-in: [d7e9772c] user: drh branch: trunk, size: 1181 Added | |