Bugs item #2671463, was opened at 2009-03-07 13:04
Message generated for change (Comment added) made by nielsnes
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=482468&aid=2671463&group_id=56967

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: SQL/Core
Group: Clients CVS Head
>Status: Closed
>Resolution: Rejected
Priority: 5
Private: No
Submitted By: Stefan de Konink (skinkie)
Assigned to: Niels Nes (nielsnes)
Summary: delete from sequences does not delete it

Initial Comment:
Deleting sequences by delete from sequences; has undefined results:

create sequence test as integer;
select * from sequences;
select * from test;
delete from sequences;
select * from sequences;
select * from test;

Test thus still exists; I see another sequence that isn't selectable, but 
cannot be recreated again.

----------------------------------------------------------------------

>Comment By: Niels Nes (nielsnes)
Date: 2009-04-20 19:44

Message:
admin's are supposed to correctly use create/drop statements. 

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=482468&aid=2671463&group_id=56967

------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
_______________________________________________
Monetdb-bugs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-bugs

Reply via email to