Update of /cvsroot/monetdb/sql/src/server
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv4782/src/server

Modified Files:
        rel_updates.mx 
Log Message:
only pass quote to SQLload_file if user passed one.


U rel_updates.mx
Index: rel_updates.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/server/rel_updates.mx,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- rel_updates.mx      25 Jul 2009 22:08:38 -0000      1.6
+++ rel_updates.mx      15 Aug 2009 18:14:41 -0000      1.7
@@ -528,7 +528,7 @@
        sql_table *t = NULL;
        char *tsep = seps->h->data.sval;
        char *rsep = seps->h->next->data.sval;
-       char *ssep = (seps->h->next->next)?seps->h->next->next->data.sval:"\"";
+       char *ssep = (seps->h->next->next)?seps->h->next->next->data.sval:NULL;
        char *ns = (null_string)?null_string:"null";
        lng nr = (nr_offset)?nr_offset->h->data.l_val:-1;
        lng offset = (nr_offset)?nr_offset->h->next->data.l_val:0;


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to