-
Notifications
You must be signed in to change notification settings - Fork 58
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
fix: various errors #138
fix: various errors #138
Conversation
@@ -1357,3 +1357,86 @@ CACHED IN 'pool1' WITH REPLICATION = 2 | |||
(keyword_with) | |||
(keyword_replication) | |||
value: (literal))))) | |||
|
|||
================================================================================ | |||
Create table with string name |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Test Name might be misleading. In postgres double quotes just mean that the Case is kept (e.g. "uPPeRCase") otherwise postgres will lowercase all characters by default.
LGTM. @DerekStride I am short on time for the next three weeks. Should we also update the hightlights.scm downstream in nvim-treesitter? |
Yeah I can take care of updating it |
What
fixes #137
This PR adds fixes for all the parse errors from the file in #137 & nvim-treesitter/nvim-treesitter#4668.
Integration test:
tree-sitter parse tmp/issue_137.sql