Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for test/autoinc.test
2025-04-10
| ||
10:18 | [9df9930966] part of check-in [20acd630b9] Remove unnecessary "www." prefixes on domain names in URLs. (check-in: [20acd630b9] user: drh branch: trunk, size: 23313) | |
2019-04-04
| ||
17:58 | [997d6f185f] part of check-in [4cef609d61] Add test cases to improve coverage of VDBE branches. Still some to go. (check-in: [4cef609d61] user: dan branch: trunk, size: 23317) | |
2018-11-07
| ||
02:17 | [381f494fef] 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: 22660) | |
2018-05-29
| ||
16:37 | [9d202b7dce] part of check-in [89f56d6b0a] Fix autoinc.test and resetdb.test so that they work with all permutations. (check-in: [89f56d6b0a] user: dan branch: trunk, size: 22415) | |
14:06 | [5ecd36e08e] part of check-in [f808e22831] Fix some test script issues caused by recent EXPLAIN QUERY PLAN enhancements. (check-in: [f808e22831] user: dan branch: trunk, size: 22348) | |
2018-05-23
| ||
16:50 | [c6df81f1de] part of check-in [e199e859ac] Verify that the sqlite_sequence table exists and is in approximately the correct format prior to using it to process an autoincrement table. Fix for ticket [d8dc2b3a58cd5dc2918a1d4a]. (check-in: [e199e859ac] user: drh branch: trunk, size: 22213) | |
2018-04-21
| ||
03:06 | [83aad64411] part of check-in [359725ab36] Fix UPSERT so that it plays nicely with AUTOINCREMENT. (check-in: [359725ab36] user: drh branch: trunk, size: 17918) | |
2016-12-16
| ||
01:00 | [6ae8fb69c9] part of check-in [8d646905b8] All temp.sqlite_master to be used as an alias for sqlite_temp_master. (check-in: [8d646905b8] user: drh branch: trunk, size: 17604) | |
2016-10-03
| ||
02:59 | [c3a55c3667] part of check-in [81e4d4f897] Make sure the sqlite_sequence table is updated when an optional xfer optimization is used. Fix for ticket [7b3328086a5c1]. (check-in: [81e4d4f897] user: drh branch: trunk, size: 17604) | |
2013-11-26
| ||
15:45 | [c589125269] part of check-in [6f53fc7106] Change the REAL-to-INTEGER casting behavior so that if the REAL value is greater than 9223372036854775807.0 then it is cast to the latest possible integer, 9223372036854775807. This is sensible and the way most platforms work in hardware. The former behavior was that oversize REALs would be cast to the smallest possible integer, -9223372036854775808, which is the way Intel hardware works. (check-in: [6f53fc7106] user: drh branch: trunk, size: 17137) | |
2011-08-02
| ||
00:57 | [bd30d372d0] 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: 17136) | |
2009-09-21
| ||
16:06 | [85ef3180a7] part of check-in [fb6ceed388] Fix compilation with OMIT_TRIGGER defined. Ticket [1ff6d29030]. (check-in: [fb6ceed388] user: dan branch: trunk, size: 17157) | |
2009-09-14
| ||
23:47 | [381bba4bd6] part of check-in [2b2a1ef74e] Make sure sufficient space is allocated for at least one VDBE cursor when autoincrement is used. Ticket [a696379c1f088]. (check-in: [2b2a1ef74e] user: drh branch: trunk, size: 16933) | |
2009-09-01
| ||
17:11 | [a5affdde12] part of check-in [e016cca363] Change "PRAGMA disable_recursive_triggers" to "PRAGMA recursive_triggers". Also a fix for compiling with OMIT_TRIGGER defined. (check-in: [e016cca363] user: dan branch: trunk, size: 16230) | |
2009-08-30
| ||
11:42 | [8242b84e5a] part of check-in [9eb91efda5] Fixes for new triggers scheme. (check-in: [9eb91efda5] user: dan branch: trunk, size: 16236) | |
2009-08-28
| ||
18:53 | [f1959df99b] part of check-in [9b9c192115] Changes to support recursive triggers. (check-in: [9b9c192115] user: dan branch: trunk, size: 16183) | |
2009-06-23
| ||
20:28 | [71bc5183c9] part of check-in [1330993de8] Enhance autoincrement so that it works with triggers that also do autoincrement inserts, even multiple inserts into the same table. Ticket #3928 (CVS 6807) (check-in: [1330993de8] user: drh branch: trunk, size: 16145) | |
2008-08-11
| ||
18:44 | [ab549b48b3] part of check-in [0e1d8d14a1] Do not allow indexing of any table whose name begins with "sqlite_". Ticket #3284. Improve handling of databases with malformed schemas - just in case somebody has actually indexed a system table. (CVS 5553) (check-in: [0e1d8d14a1] user: drh branch: trunk, size: 13523) | |
2008-05-29
| ||
03:20 | [42af2c407c] part of check-in [7e6847852d] When initializing the sqlite_sequence entry for an AUTOINCREMENT table, make sure the value is an reasonable integer even if the initial insert failed. Ticket #3148. (CVS 5175) (check-in: [7e6847852d] user: drh branch: trunk, size: 13384) | |
2008-01-04
| ||
19:10 | [0555aa5c78] part of check-in [d9ac6beef5] Some modifications to insert.c to work without using the stack. (CVS 4678) (check-in: [d9ac6beef5] user: danielk1977 branch: trunk, size: 12907) | |
2007-10-09
| ||
08:29 | [0e67964f48] part of check-in [07c00fffe5] Fixes to the test suite (no code changes) so that quick.test runs with OMIT_ATTACH builds. #2706. (CVS 4480) (check-in: [07c00fffe5] user: danielk1977 branch: trunk, size: 12887) | |
2006-01-03
| ||
00:33 | [60005a676e] 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: 12870) | |
2005-11-14
| ||
22:29 | [ba46a00664] part of check-in [ce06c123d0] Create separate affinities for INTEGER and REAL. (CVS 2766) (check-in: [ce06c123d0] user: drh branch: trunk, size: 12838) | |
2005-08-11
| ||
02:10 | [395fbac8bc] part of check-in [fa7403c7d9] Improve the error message associated with SQLITE_FULL. Ticket #1353. Also remove error messages for obsolete error codes SQLITE_INTERNAL, SQLITE_NOTFOUND, and SQLITE_TOOBIG. (CVS 2580) (check-in: [fa7403c7d9] user: drh branch: trunk, size: 12836) | |
2005-06-14
| ||
02:12 | [2aba7dc874] part of check-in [95256d953c] Do not record existance the sqlite_sequence table until it is actually created. Ticket #1283. (CVS 2513) (check-in: [95256d953c] user: drh branch: trunk, size: 12828) | |
2005-03-29
| ||
03:10 | [bef47b3c1c] part of check-in [c41d55443c] Add the SQLITE_OMIT_TEMPDB compile time macro. (CVS 2427) (check-in: [c41d55443c] user: danielk1977 branch: trunk, size: 12200) | |
2005-02-17
| ||
00:03 | [d619da7d5c] part of check-in [c5366deaf5] Compile-time option to limit the size of AUTOINCREMENT rowids to 32-bits. (CVS 2349) (check-in: [c5366deaf5] user: drh branch: trunk, size: 11733) | |
2005-01-21
| ||
11:55 | [c6daf10ffc] part of check-in [9c4d0e13e8] Improve test coverage for minimum feature builds. (CVS 2254) (check-in: [9c4d0e13e8] user: danielk1977 branch: trunk, size: 11453) | |
2004-11-22
| ||
13:35 | [c071e51ff1] 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: 11188) | |
2004-11-13
| ||
03:48 | Added: [1133075819] part of check-in [10c712a219] Autoincrement is now working and has regression tests. (CVS 2095) (check-in: [10c712a219] user: drh branch: trunk, size: 11271) | |