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

Key: IDEA-18084
Type: Bug Bug
Status: Open Open
Assignee: Gregory Shrago
Reporter: Taras Tielkes
Votes: 0
Watchers: 2
Operations

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

$PROJECT_DDL$ synthetic datasource stays empty

Created: 13 May 08 19:07   Updated: 26 May 08 14:35
Component/s: SQL

Build: 8,367


 Description  « Hide
I have a SQL DDL file in my (single-module) project.
However, since a few weeks IDEA fails to extract any database structure from it.

SQL injection is present in JDBC APIs, but table/column names do not resolve anywhere, making it less that useful.
Should it work in #8367? Should DDL SQL files be located in a source root? No matter where I put them, I cannot get resolving to work (which did work some weeks ago).



 All   Comments   Work Log   Change History      Sort Order:
Alexander Chernikov - 23 May 08 21:10
8403: for me it does not stay empty, but I see several related defects: IDEADEV-26788, IDEADEV-26789, IDEADEV-26790.

Taras Tielkes - 24 May 08 12:13
Thanks Sacha, I watch those and give it a try once they're fixed.

Can you tell me where IDEA looks for SQL DDL files? Should they be in a source root, or can I put them anywhere in the module?


Taras Tielkes - 25 May 08 01:35
It looks like I'm experiencing IDEADEV-26788, will check again once that issue is fixed.

Alexander Chernikov - 26 May 08 14:35
At the moment any .sql files below module's content root, even not in source root, are scanned.