Update of /cvsroot/monetdb/sql/src/test/BugTracker-2008/Tests
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv10253
Modified Files:
All
Added Files:
copy-count.SF-2485215.sql
Log Message:
Added a bug report from a user.
U All
Index: All
===================================================================
RCS file: /cvsroot/monetdb/sql/src/test/BugTracker-2008/Tests/All,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- All 28 Dec 2008 09:58:47 -0000 1.15
+++ All 4 Jan 2009 10:18:27 -0000 1.16
@@ -37,3 +37,4 @@
subselect_with_or.SF-2466725
OOM_query.SF-2457195
copy-format.SF-2468513
+copy-count.SF-2485215
--- NEW FILE: copy-count.SF-2485215.sql ---
start transaction;
create table t(i int);
insert into t values(1123);
copy select * from t into stdout using delimiters ',';
copy select count(*) from t into stdout using delimiters ',';
abort;
------------------------------------------------------------------------------
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins