Skip to content
This repository was archived by the owner on Jul 15, 2021. It is now read-only.

Commit 21cd2dd

Browse files
committed
Allow bind parameters in FROM clause of SELECT.
1 parent 1b1adf3 commit 21cd2dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/grammar.pegjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1363,6 +1363,7 @@ select_join_clause "JOIN Operation"
13631363

13641364
table_or_sub
13651365
= table_or_sub_sub
1366+
/ bind_parameter
13661367
/ table_or_sub_func
13671368
/ table_qualified
13681369
/ table_or_sub_select

0 commit comments

Comments
 (0)