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

Key: IDEA-18927
Type: Bug Bug
Status: Open Open
Assignee: Gregory Shrago
Reporter: Simon Knott
Votes: 0
Watchers: 3
Operations

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

Oracle SQL marked as red, when the SQL is fine

Created: 31 Jul 08 14:49   Updated: 16 Oct 08 19:38
Component/s: SQL

File Attachments: 1. Zip Archive sql.zip (2 kb)

Environment: Windows XP, JDK6u6

Build: 8,618
Severity: High


 Description  « Hide
I've attached a ZIP with a number of SQL files which are being marked with errors, despite all of them being valid for Oracle.

 All   Comments   Work Log   Change History      Sort Order:
Hans Marggraff - 16 Oct 08 19:36
Another:
PreparedStatement delQ = oracleConnection.prepareStatement("delete xy where z = ?");

the keyword from is optional


Hans Marggraff - 16 Oct 08 19:38
And another:

select * from a,b where a.id(+) = b.id

Oracles outer join syntax.