Bugs item #2793286, was opened at 2009-05-18 10:40 Message generated for change (Comment added) made by nielsnes 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 ---------------------------------------------------------------------- Comment By: Niels Nes (nielsnes) Date: 2009-05-28 12:55 Message: fixed in stable. Added test temp_table_fail_leaves_data.SF-2793286.sql ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=482468&aid=2793286&group_id=56967 ------------------------------------------------------------------------------ Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT is a gathering of tech-side developers & brand creativity professionals. Meet the minds behind Google Creative Lab, Visual Complexity, Processing, & iPhoneDevCamp as they present alongside digital heavyweights like Barbarian Group, R/GA, & Big Spaceship. http://p.sf.net/sfu/creativitycat-com _______________________________________________ Monetdb-bugs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/monetdb-bugs
