Bugs

  1. Backslash not work as expected in code highliting:

    select a from b where a not in ('abc\'s this marked not as string')

  2. IDE see's "begin .... end" block, but not "begin .....commit"
0
4 comments

What is your SQL dialect?

Thanks,
Alexander.

0

Hey, my sql dialect is Generic.

0

Generic dialect has no specification. Because of that it can't meet all expectations. For example, PostgreSQL does not accept backslash as an escape character, why Generic should?

Maybe, you could choose some real dialect that corresponds to your database?

Regards,
Alexander.

0

    My database is Aster Teradata, so I could not.

Anyway thank you for your product and attention.

0

Please sign in to leave a comment.