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

Key: IDEA-19055
Type: Bug Bug
Status: Open Open
Assignee: Gregory Shrago
Reporter: Peter Speck
Votes: 0
Watchers: 2
Operations

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

Valid "LIMIT" in SQL is red

Created: 08 Aug 08 17:23   Updated: 08 Aug 08 17:29
Component/s: SQL

Build: 8,660
Severity: High


 Description  « Hide
The following SQL is valid PostgreSQL:

PreparedStatement stmt = conn.prepareStatement("SELECT * FROM a WHERE b = ? ORDER BY c DESC LIMIT 1\n");

The "LIMIT" has red wiggle.



 All   Comments   Work Log   Change History      Sort Order:
Dmitry Jemerov - 08 Aug 08 17:29
Note that IntelliJ IDEA doesn't currently claim to support the PostgreSQL dialect.