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 tim.1.ve...@cumulus.uzleuven.be on 7 Dec 2011 at 9:51
Original issue reported on code.google.com by
tim.1.ve...@cumulus.uzleuven.be
on 7 Dec 2011 at 9:51Attachments: