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

sql.flex - SQL identifiers can contain # #179

Open
GoogleCodeExporter opened this issue Sep 22, 2015 · 0 comments
Open

sql.flex - SQL identifiers can contain # #179

GoogleCodeExporter opened this issue Sep 22, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

When I use the ComboCompletionAction in SQL on the | in the following statement:
   select *
   from r#testView|

I only get the completion on "testView" instead of "r#testView". As I've 
extended the ComboCompletionAction to suggest all objects on the database and 
in our company we use the '#' character in almost every database object, it had 
to be solved.

In the attached patch I've changed the sql.flex so the identifiers in sql can 
also contain '#' characters.

Please include this in a following release.

Thanks a lot in advance.

Best regards,
Tim Vermeiren

Original issue reported on code.google.com by [email protected] on 7 Dec 2011 at 9:51

Attachments:

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

No branches or pull requests

1 participant