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

Commit 939b741

Browse files
committed
Allow database name in INDEXED clause.
1 parent 21cd2dd commit 939b741

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/grammar.pegjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1396,7 +1396,7 @@ table_or_sub_index_node "Qualfied Table Index"
13961396
/ index_node_none
13971397

13981398
index_node_indexed
1399-
= s:( INDEXED ) o BY o n:( name ) o
1399+
= s:( INDEXED ) o BY o n:( id_index ) o
14001400
{
14011401
return {
14021402
'index': n

0 commit comments

Comments
 (0)