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
Avatar
Alexander Chernikov

What is your SQL dialect?

Thanks,
Alexander.

0
Avatar
Permanently deleted user

Hey, my sql dialect is Generic.

0
Avatar
Alexander Chernikov

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
Avatar
Permanently deleted user

    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.