History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEADEV-25979
Type: Bug Bug
Status: Open Open
Priority: Normal Normal
Assignee: Gregory Shrago
Reporter: Alexander Chernikov
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
IDEA: Development

Injected SQL: in many cases there is no highlighting of matching brace if cursor is on closing brace

Created: 14 Apr 08 21:43   Updated: 14 Apr 08 21:43
Component/s: SQL
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Build: 8,293


 Description  « Hide
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.



 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.