Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

removing lookahead from column parsing #520

Closed
wumpz opened this issue Oct 6, 2017 · 0 comments
Closed

removing lookahead from column parsing #520

wumpz opened this issue Oct 6, 2017 · 0 comments
Assignees

Comments

@wumpz
Copy link
Member

wumpz commented Oct 6, 2017

LOOKAHEAD(7) databaseName=RelObjectName() "." [schemaName=RelObjectName()] "." tableName=RelObjectName() "." columnName=RelObjectName()
| LOOKAHEAD(5) schemaName=RelObjectName() "." tableName=RelObjectName() "." columnName=RelObjectName()
| LOOKAHEAD(3) tableName=RelObjectName() "." columnName=RelObjectName()
| columnName=RelObjectName()

is much harder than needed

@wumpz wumpz self-assigned this Oct 6, 2017
@wumpz wumpz changed the title removing lookahead from column parsing removing lookahead from column / table parsing Oct 6, 2017
@wumpz wumpz changed the title removing lookahead from column / table parsing removing lookahead from column parsing Oct 6, 2017
@wumpz wumpz closed this as completed in 272177a Oct 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant