Skip to content

Fix #656 - Parse Cloud Spanner raw string and byte literals #657

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

Closed
wants to merge 10 commits into from

Conversation

olavloite
Copy link
Contributor

Cloud Spanner allows string literals to be prefixed with r, b and br (https://cloud.google.com/spanner/docs/lexical#literals). These were not parsed correctly by the SQL parser.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.008%) to 83.656% when pulling d8c2fbd on olavloite:issue-656 into 1d13897 on JSQLParser:master.

@wumpz
Copy link
Member

wumpz commented Aug 10, 2018

This changes of you regarding the prefix, I would merge. But there are some other index related changes in your pr. Please provide a single feature pull request.

@olavloite
Copy link
Contributor Author

Sorry, my bad. I had made multiple changes and submitted multiple PR's (#651, #653, #657), but I based my new PR's on the changes that I had already made instead of on your master branch. I'll try to create a new PR with only the relevant changes.

@olavloite
Copy link
Contributor Author

Created new PR (#659) with only the specific changes for this issue

@olavloite olavloite closed this Aug 11, 2018
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

Successfully merging this pull request may close these issues.

3 participants