1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-29 08:01:23 +03:00

Further to [46639f682975dac6], the parameters of a table valued function that

is on the left side of a RIGHT JOIN do not need to be in the ON clause.  Add
new test cases and tags to associated test cases with the code.

FossilOrigin-Name: 18ee689de3d1ae43b05ca52e0b62c49442ebf68a88814a7c679e8856250a4b0d
This commit is contained in:
drh
2023-02-27 14:48:54 +00:00
parent ef22012b6e
commit baef8442d3
6 changed files with 74 additions and 21 deletions

View File

@ -270,6 +270,7 @@ do_test tabfunc01-750 {
} {5.0 x5 | 7.0 x7 | 13.0 x13 | 17.0 x17 | 23.0 x23 |}
# ticket https://www.sqlite.org/src/info/2ae0c599b735d59e
# Verification of testtag-20230227a
do_test tabfunc01-751 {
db eval {
SELECT aa.value, bb.value, '|'