Bugs item #2793286, was opened at 2009-05-18 12:40
Message generated for change (Tracker Item Submitted) made by skinkie
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=482468&aid=2793286&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: SQL CVS Head
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Stefan de Konink (skinkie)
Assigned to: Niels Nes (nielsnes)
Summary: temporary table with primarykey fails, but creates something

Initial Comment:
sql>create temporary table testpk (hello int, primary key(hello));
!CONSTRAINT: constraints on temporary tables are not supported
0 tuples
Timer       0.731 msec 0 rows
sql>\d testpk
Table sys.testpk does not exist.
sql>create temporary table testpk (hello int, primary key(hello));
!CREATE TABLE: name 'testpk' already in use
0 tuples
Timer       0.136 msec 0 rows


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

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

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
http://p.sf.net/sfu/businessobjects
_______________________________________________
Monetdb-bugs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-bugs

Reply via email to