SQLite

All files named ”test/misc8.test”
Login

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

History for test/misc8.test

2024-03-21
10:35
[08d2380bc4] part of check-in [66c69e2f20] Fix all test cases so that they work with SQLITE_ALLOW_ROWID_IN_VIEW. (check-in: [66c69e2f20] user: drh branch: trunk, size: 4057)
2021-04-07
15:45
[4db9f8be59] part of check-in [14b1d56ef8] Also prohibit the use of rowid from a subquery. Add the SQLITE_ALLOW_ROWID_IN_VIEW compile-time option to restore legacy behavior in case somebody actually needs it. (check-in: [14b1d56ef8] user: drh branch: no-rowid-on-view, size: 3945)
2020-03-20
20:54
[8782708f4c] part of check-in [75c85ca32f] Allow "main" to be used to refer to the main database even after SQLITE_DBCONFIG_MAINDBNAME has been used to assign another alias. (check-in: [75c85ca32f] user: dan branch: main-alias-fix, size: 3930)
2018-04-04
12:21
[8fb0f31d7a] part of check-in [e8b87bd495] Fix segfault in 'eval.c' extension when used with 'empty_result_callbacks'. (check-in: [e8b87bd495] user: mistachkin branch: trunk, size: 3919)
2016-08-18
22:44
[ba03aaa08f] part of check-in [d6e3d5796c] Add the SQLITE_DBCONFIG_MAINDBNAME interface. (check-in: [d6e3d5796c] user: drh branch: dbconfig_maindbname, size: 3794)
2016-02-26
04:13
[21ac9d35a5] part of check-in [3ef6a31532] Ephemeral tables used to hold manifested views may not be unordered since they might be subject to an ordered comparison if they are part of a join. (check-in: [3ef6a31532] user: drh branch: trunk, size: 3210)
2014-11-17
19:42
[fc2754d388] part of check-in [54e7d3fcb1] Avoid calling sqlite3BtreeKeysize() on a b-tree cursor in SKIPNEXT or SKIPPREV state. (check-in: [54e7d3fcb1] user: dan branch: trunk, size: 2907)
2014-11-11
01:33
[e838ec20c9] part of check-in [fa6e6a9ae2] Experimental changes that permit read operations to continue after a ROLLBACK, as long as the schema is unchanged. (check-in: [fa6e6a9ae2] user: drh branch: read-after-rollback, size: 1890)
2014-11-10
19:16
[2439b35766] part of check-in [8289c3e9b4] New test cases for deleting content out from under a SELECT statement. (check-in: [8289c3e9b4] user: drh branch: trunk, size: 1633)
16:49
Added: [e538d122d5] part of check-in [27cf665b95] Add the eval() SQL function extension in ext/misc/eval.c. (check-in: [27cf665b95] user: drh branch: trunk, size: 1294)