Skip to content
This repository has been archived by the owner on Jul 15, 2021. It is now read-only.

Allow for / in the table names #44

Open
johnnymajor opened this issue May 5, 2017 · 1 comment
Open

Allow for / in the table names #44

johnnymajor opened this issue May 5, 2017 · 1 comment
Labels

Comments

@johnnymajor
Copy link

Any suggestions on how I can have sqlite-parser to allow for an "/" in the table names just like "."? DB2 has libraries that can contain '/' in the table and below is a valid statement.

I attempted to adjust the .pegjs however after adjusting it statements that were working stopped. Might be adjusting the wrong item. Was updating

name_char = [a-z0-9\$\_\/]i

Thanks

@nwronski
Copy link
Contributor

@johnnymajor Have you tried putting these table names in backticks, single quotes, or double quotes?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants