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

Improper quotes around field names #59

Open
vitche opened this issue Mar 21, 2017 · 0 comments
Open

Improper quotes around field names #59

vitche opened this issue Mar 21, 2017 · 0 comments

Comments

@vitche
Copy link

vitche commented Mar 21, 2017

Currently field names are surrounded with double quotes '"'. This is not a proper SQL syntax because it converts field name into a string literal. Need to use back-tick quotes instead: '`'.

Here is a diff file to fix that issue in the ./lib/operator_parser.js file:
http://ge.tt/6BgJfLj2

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