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

Key: IDEADEV-26789
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Gregory Shrago
Reporter: Alexander Chernikov
Votes: 0
Watchers: 1
Operations

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

$PROJECT DDL$ data source is not updated on deleting CREATE TABLE statement

Created: 23 May 08 21:00   Updated: 23 May 08 21:01
Component/s: SQL
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Issue Links:
Relates
This issue relates to:
IDEADEV-26788 $PROJECT DDL$ data source becomes emp... Major Open
 

Build: 8,403


 Description  « Hide
With empty system directory created new project. Added the single .sql file. Written CREATE TABLE statement like:
create table ta (
	id integer
);

$PROJECT DDL$ shows it. Ok.
Now select the whole create table statement in .sql file and delete it. Save.
Check $PROJECT DDL$: it still shows the table.



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