Update of /cvsroot/monetdb/sql/src/test/BugTracker-2009/Tests
In directory
23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv28238/src/test/BugTracker-2009/Tests
Modified Files:
COPY_INTO_char_NULL.SF-2560780.sql.in
Log Message:
propagated changes of Thursday Feb 05 2009 - Friday Feb 06 2009
from the Feb2009 branch to the development trunk
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2009/02/05 - sjoerd:
src/test/BugTracker-2009/Tests/COPY_INTO_char_NULL.SF-2560780.sql.in,1.1.2.2
Use quoted version of environment variable.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Index: COPY_INTO_char_NULL.SF-2560780.sql.in
===================================================================
RCS file:
/cvsroot/monetdb/sql/src/test/BugTracker-2009/Tests/COPY_INTO_char_NULL.SF-2560780.sql.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- COPY_INTO_char_NULL.SF-2560780.sql.in 4 Feb 2009 00:00:42 -0000
1.2
+++ COPY_INTO_char_NULL.SF-2560780.sql.in 6 Feb 2009 13:01:31 -0000
1.3
@@ -1,14 +1,14 @@
-CREATE TABLE a (
-b VARCHAR(50),
-c VARCHAR(50)
-);
-
-COPY 2 OFFSET 2 RECORDS INTO "a" FROM
'$TSTSRCDIR/COPY_INTO_char_NULL.SF-2560780.csv' USING DELIMITERS ',';
-
-SELECT * FROM a;
-
-COPY 2 OFFSET 2 RECORDS INTO "a" FROM
'$TSTSRCDIR/COPY_INTO_char_NULL.SF-2560780.csv' USING DELIMITERS ',' NULL AS '';
-
-SELECT * FROM a;
-
-DROP TABLE a;
+CREATE TABLE a (
+b VARCHAR(50),
+c VARCHAR(50)
+);
+
+COPY 2 OFFSET 2 RECORDS INTO "a" FROM
'$QTSTSRCDIR/COPY_INTO_char_NULL.SF-2560780.csv' USING DELIMITERS ',';
+
+SELECT * FROM a;
+
+COPY 2 OFFSET 2 RECORDS INTO "a" FROM
'$QTSTSRCDIR/COPY_INTO_char_NULL.SF-2560780.csv' USING DELIMITERS ',' NULL AS
'';
+
+SELECT * FROM a;
+
+DROP TABLE a;
------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins