select * from t1 where (locate('a', 'abc') + c2) >= +0
put in an .sql file has no problem with matching braces highlighting.
But in java string literal like:
...
PreparedStatement pstQuery = con.prepareStatement("select * from t1 where (locate('a', 'abc') + c2) >= +0");
...
putting the cursor on closing braces does not highlight matching opening brace.
This is not 100%, but 90% reproducible. I played with several statements and in some cases there is no bug.
Highlighting of closing brace with cursor on opening brace works Ok.
Description
The following statement:
select * from t1 where (locate('a', 'abc') + c2) >= +0
put in an .sql file has no problem with matching braces highlighting.
But in java string literal like:
...
PreparedStatement pstQuery = con.prepareStatement("select * from t1 where (locate('a', 'abc') + c2) >= +0");
...
putting the cursor on closing braces does not highlight matching opening brace.
This is not 100%, but 90% reproducible. I played with several statements and in some cases there is no bug.
Highlighting of closing brace with cursor on opening brace works Ok.