Bugs item #1715679, was opened at 2007-05-09 14:35 Message generated for change (Comment added) made by romulog You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=482468&aid=1715679&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: Closed Resolution: Fixed Priority: 5 Private: No Submitted By: Romulo Goncalves (romulog) Assigned to: Niels Nes (nielsnes) Summary: CREATE TABLE WITH DATA... Initial Comment: Just run: sql>create table t1 as select id from tables order by id asc with data; sql>select * from t1; % sys.t1 # table_name % id # name % oid # type % 1 # length sql> The table should contain the tables ids and is not the case. Regards, Romulo ---------------------------------------------------------------------- >Comment By: Romulo Goncalves (romulog) Date: 2007-05-10 11:28 Message: Logged In: YES user_id=1498628 Originator: YES The bug is fixed and the test to cover it is: sql/src/test/BugTracker/Test/create_table_with_data.SF-1715679.sql Regards, Romulo ---------------------------------------------------------------------- Comment By: Niels Nes (nielsnes) Date: 2007-05-10 10:21 Message: Logged In: YES user_id=43556 Originator: NO the order by in the with data part wasn't handled correctly. This is fixed now. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=482468&aid=1715679&group_id=56967 ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Monetdb-bugs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/monetdb-bugs
