Bugs item #2736702, was opened at 2009-04-06 10:07
Message generated for change (Settings changed) made by skinkie
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=482468&aid=2736702&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: MonetDB5 CVS Head
>Status: Closed
>Resolution: Invalid
Priority: 5
Private: No
Submitted By: Stefan de Konink (skinkie)
Assigned to: Niels Nes (nielsnes)
Summary: Temporary table does not contain anything

Initial Comment:
CREATE TEMPORARY TABLE fubar (id integer);
insert into fubar values (1);
Rows affected 1
select * from fubar;
0 tuples

Please advise; it is doubtful that there is no testing on temporary tables.

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

>Comment By: Stefan de Konink (skinkie)
Date: 2009-04-06 10:50

Message:
The example was in auto-commit, if placed in START TRANSACTION; it is able
return values. Thanks Niels for pointing it out.

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

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

------------------------------------------------------------------------------
_______________________________________________
Monetdb-bugs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-bugs

Reply via email to