Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for test/misc5.test
2024-11-04
| ||
19:08 | [02fcaf4d42] part of check-in [af7173a10e] Ensure that the database encoding is detected before the code generator gets too far down into byte-code generation and execution, but not so early that it interferes with initialization. Forum thread bc75a4d20b756044. (check-in: [af7173a10e] user: drh branch: trunk, size: 45101) | |
2024-01-27
| ||
20:17 | [027cf0ac10] part of check-in [556c43a937] Improvements to parser stack overflow testing. Forum post 99e181b5bf. (check-in: [556c43a937] user: drh branch: trunk, size: 45090) | |
2024-01-26
| ||
20:57 | [48de5f4220] part of check-in [e91179fe84] Bug fixes in the function that expands the parser stack. (check-in: [e91179fe84] user: drh branch: growable-parser-stack, size: 44791) | |
2018-11-07
| ||
02:17 | [c4aeaa0fa2] 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: 44811) | |
2017-07-10
| ||
12:07 | [60e1fc758a] part of check-in [f27b637040] Update error message text for standard error codes to better describe the latest usage of those error codes. Modify sqlite3_open_v2() so that it does return a valid sqlite3 object in the event of SQLITE_MISUSE due to bad open flags, so that sqlite3_errmsg() does not report "out of memory" in that case. (check-in: [f27b637040] user: drh branch: trunk, size: 44775) | |
2016-05-27
| ||
04:10 | [fff0f75e83] part of check-in [a9be4c2d56] Fix Lemon so that it actually works with -DYYSTACKDEPTH=0. (check-in: [a9be4c2d56] user: drh branch: trunk, size: 44791) | |
2015-04-19
| ||
22:31 | [f96428ea95] part of check-in [2cb37b959c] Silently ignore parser stack overflow when parsing a malformed schema in PRAGMA writable_schema mode. (check-in: [2cb37b959c] user: drh branch: trunk, size: 44735) | |
2011-08-02
| ||
00:57 | [528468b26d] part of check-in [9007586fda] Add retry logic for AV defense to winOpen. Also, refactor test suite to allow the key Tcl file operations (e.g. copy and delete) to be retried. (check-in: [9007586fda] user: mistachkin branch: winopen-retry-logic, size: 44218) | |
2011-06-30
| ||
20:17 | [9f9338f821] part of check-in [f7ba0219ef] Experimental changes to improve optimization of DISTINCT queries. (check-in: [f7ba0219ef] user: dan branch: experimental, size: 44232) | |
2010-07-08
| ||
09:44 | [45b2e3ed5f] part of check-in [f553c8ed04] Changes to test scripts so that the "inmemory_journal" permutation works with [ef126e775a]. (check-in: [f553c8ed04] user: dan branch: trunk, size: 44232) | |
2008-07-29
| ||
10:26 | [6a5c1e3217] part of check-in [89216b1669] Add a missing "finish_test" to the end of misc5.test. (CVS 5491) (check-in: [89216b1669] user: danielk1977 branch: trunk, size: 44181) | |
2008-05-08
| ||
15:18 | [0b68dcb630] part of check-in [0a4d26dede] Use a 6-byte rather than an 8-byte encoding for integers between 17592186044416 and 140737488355327. Ticket #3100. (CVS 5105) (check-in: [0a4d26dede] user: drh branch: trunk, size: 44160) | |
2008-01-23
| ||
12:52 | [c1bc7b8cbc] part of check-in [9f95d79dae] Improvements to test coverage in the lemon-generated parser and in the sqlite3_get_table() interface. (CVS 4745) (check-in: [9f95d79dae] user: drh branch: trunk, size: 11533) | |
2007-12-13
| ||
07:58 | [b0b4b7e0dd] part of check-in [2f88b9b3e3] Adjust the test suite to account for recent changes related to #2822. Most changes are related to English language error messages only. (CVS 4622) (check-in: [2f88b9b3e3] user: danielk1977 branch: trunk, size: 11743) | |
2007-11-12
| ||
15:29 | [33b95f12f1] part of check-in [e563312347] Where possible, transform the DISTINCT qualifier to a GROUP BY clause. GROUP BY clauses may be optimized by indices, DISTINCT qualifiers cannot. (CVS 4538) (check-in: [e563312347] user: danielk1977 branch: trunk, size: 11741) | |
2007-09-12
| ||
17:01 | [ef90b03ae7] part of check-in [c8405b15c0] Fixes for compilation/testing when the various OMIT macros are defined. (CVS 4423) (check-in: [c8405b15c0] user: danielk1977 branch: trunk, size: 11317) | |
2007-01-03
| ||
23:37 | [c7d2d2a5a2] part of check-in [70a862702d] Clean up memory leaks and uninitialized variables detected by valgrind. Identify all tests where we deliberately derefence freed memory by adding a "-misuse" tag. (CVS 3550) (check-in: [70a862702d] user: drh branch: trunk, size: 11254) | |
2006-08-12
| ||
12:33 | [83bceca3d3] part of check-in [0f667c4abd] Require whitespace or punctuation between a numeric literal and an identifier or keyword. Ticket #1912. (CVS 3345) (check-in: [0f667c4abd] user: drh branch: trunk, size: 11247) | |
2006-08-11
| ||
19:08 | [4035863b8d] part of check-in [924ea730f4] Make sure sufficient memory is allocated to hold the collating sequence pointers for all columns of an ORDER BY clause even if the ORDER BY clause contains more columns than where originally in the table. Ticket #1911. (CVS 3344) (check-in: [924ea730f4] user: drh branch: trunk, size: 10966) | |
2006-07-06
| ||
10:59 | [a20303ea45] part of check-in [225a9597b2] Change sqlite3_busy_timeout so that it checks for an invalid database pointer. (CVS 3320) (check-in: [225a9597b2] user: drh branch: trunk, size: 10510) | |
2006-02-27
| ||
23:19 | [911da8d049] part of check-in [201ab3b523] Add a test to make sure parser stack overflow is detected and reported. (CVS 3114) (check-in: [201ab3b523] user: drh branch: trunk, size: 10315) | |
2006-01-17
| ||
09:35 | [cff0e9ff3a] part of check-in [3a54a33dcb] Test suite fixes for builds that define OMIT symbols. (CVS 2962) (check-in: [3a54a33dcb] user: danielk1977 branch: trunk, size: 9939) | |
2006-01-16
| ||
16:24 | [aa5d7b4ef0] part of check-in [c058f483a5] Test file fixes for libaries compiled with various SQLITE_OMIT_ macros. (CVS 2961) (check-in: [c058f483a5] user: danielk1977 branch: trunk, size: 9112) | |
2006-01-14
| ||
08:02 | [129e19d384] part of check-in [8e79a0c24a] Fixes for OMIT_SUBQUERY builds: Disable where clause OR->IN optimization. Include EXISTS keyword (for new CREATE TABLE syntax). Test file fixes. (CVS 2943) (check-in: [8e79a0c24a] user: danielk1977 branch: trunk, size: 9101) | |
2006-01-05
| ||
14:22 | [a27520a003] part of check-in [5dec3a392b] Fix for ticket #1582 (Double delete of invalid LIMIT clause Expr* applied to a UNION ALL query). (CVS 2861) (check-in: [5dec3a392b] user: danielk1977 branch: trunk, size: 9014) | |
2005-11-14
| ||
22:29 | [ed79d4c892] part of check-in [ce06c123d0] Create separate affinities for INTEGER and REAL. (CVS 2766) (check-in: [ce06c123d0] user: drh branch: trunk, size: 8280) | |
2005-11-01
| ||
15:48 | [d40d795f05] 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: 8274) | |
2005-08-23
| ||
11:31 | [24bd034040] part of check-in [a715e70012] Allow floating point literals to being or end with a decimal point. Ticket #1371. (CVS 2616) (check-in: [a715e70012] user: drh branch: trunk, size: 8280) | |
2005-08-21
| ||
16:54 | [0e9f4fd1af] part of check-in [7f4302686e] Do not overwrite small files (less than 1024 bytes) that are not databases. Ticket #1370. (CVS 2606) (check-in: [7f4302686e] user: drh branch: trunk, size: 8010) | |
2005-06-06
| ||
21:19 | [a61df275d2] part of check-in [e73d25c741] Reference count Table structures so that they are not deallocated too soon. Ticket #1210. (CVS 2498) (check-in: [e73d25c741] user: drh branch: trunk, size: 7641) | |
2005-04-15
| ||
12:04 | [5158e1be2c] part of check-in [00e20690bb] Correctly store large integers. Ticket #1212. (CVS 2445) (check-in: [00e20690bb] user: drh branch: trunk, size: 6595) | |
2005-03-17
| ||
03:15 | Added: [406d3f9523] part of check-in [bf82a04ff7] Fix a bug in the calculation of the table record header size. Ticket #1163. (CVS 2389) (check-in: [bf82a04ff7] user: drh branch: trunk, size: 1233) | |