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

Escape database and table names #97

Merged
merged 1 commit into from
Apr 2, 2019
Merged

Escape database and table names #97

merged 1 commit into from
Apr 2, 2019

Conversation

varogonz95
Copy link
Contributor

Use escaped literals in DB object names.
For example, having a database with name 'my-database' will cause SQL Syntax Error, because of character '-'.

Use escaped literals in DB object names. 
For example, having a database with name 'my-database' will cause SQL Syntax Error, because of character '-'.
@varogonz95
Copy link
Contributor Author

imagen

@formulahendry formulahendry merged commit 28335d3 into formulahendry:master Apr 2, 2019
@formulahendry
Copy link
Owner

Thanks @varogonz95 !

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.

2 participants