SQLite

All files named ”test/vtab6.test”
Login

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

History for test/vtab6.test

2022-05-10
18:43
[2525a2fe2e] part of check-in [e8479e56c6] New requirement marks. (check-in: [e8479e56c6] user: drh branch: trunk, size: 13440)
2022-04-12
18:40
[fa609a4af9] part of check-in [ab0a0562dd] For the bad join type error message "unknown or unsupported join type" remove the "or unsupported" clause, because we now support all valid join types. (check-in: [ab0a0562dd] user: drh branch: right-join, size: 13335)
2022-04-08
19:20
[5f5c10c694] part of check-in [415abd6731] Preliminary code to support RIGHT JOIN. Everything seems to work, except that the code to compute the unmatched rows for the RIGHT JOIN has not yet been added, so the result of a RIGHT JOIN is currently the same as an INNER JOIN. (check-in: [415abd6731] user: drh branch: right-join, size: 13365)
2022-04-07
01:11
[7167e8e526] part of check-in [158156a3e3] Improved technique for parsing the ON and USING clauses of a join is faster and uses less memory. (check-in: [158156a3e3] user: drh branch: trunk, size: 13360)
2022-01-16
19:11
[82d5bb8fd3] part of check-in [4883776669] Fix test cases so that they all still work even with -DSQLITE_DQS=0. (check-in: [4883776669] user: drh branch: trunk, size: 13388)
2016-03-08
02:59
[8e789f526e] part of check-in [82ca2131b6] Simplified error detection in the xBestIndex processing. (check-in: [82ca2131b6] user: drh branch: trunk, size: 13339)
2015-05-14
14:03
[d2986cf418] part of check-in [f397c8622a] A few more test cases for the IS operator. (check-in: [f397c8622a] user: drh branch: index-is-operator, size: 13379)
2013-06-12
17:08
[5f5380c425] part of check-in [addd7f466d] "make test" now passing. (check-in: [addd7f466d] user: drh branch: nextgen-query-plan-exp, size: 13245)
2009-08-13
07:09
[c7f290d172] part of check-in [19f799b32f] Changes to the query planner that improve the order in which tables/indexes are scanned in join queries. (check-in: [19f799b32f] user: dan branch: trunk, size: 13245)
2009-07-01
16:12
[226b116d63] part of check-in [29b48972b6] Report an error if a USING or ON clause is specified following a from-list element that is not to the right of a join operator. Fix for #3846. (CVS 6832) (check-in: [29b48972b6] user: danielk1977 branch: trunk, size: 13211)
2008-07-12
14:52
[a56c947193] part of check-in [dcb160249f] Remove leftover debugging commands (breakpoint and btree_breakpoint) from test scripts. (CVS 5400) (check-in: [dcb160249f] user: drh branch: trunk, size: 13189)
2008-03-17
09:36
[8273e2c6e1] part of check-in [ffd4702795] Return an error when an xBestIndex() method indicates that it intends to use the value of an unusable constraint. Related to #2998. (CVS 4867) (check-in: [ffd4702795] user: danielk1977 branch: trunk, size: 13208)
2006-06-28
18:18
[ec0036f29f] part of check-in [60616496b7] Changes to get tests to pass with OMIT_VIRTUALTABLE. Ticket #1877. (CVS 3318) (check-in: [60616496b7] user: drh branch: trunk, size: 11127)
2006-06-21
07:02
Added: [0b4fe07e42] part of check-in [643e63e588] Fix a problem with virtual tables and joins. (CVS 3278) (check-in: [643e63e588] user: danielk1977 branch: trunk, size: 11091)