Update of /cvsroot/monetdb/MonetDB5/src/modules/mal
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv10662/src/modules/mal

Modified Files:
        tablet.mx 
Log Message:
in mal strings are double quoted by default 


Index: tablet.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/modules/mal/tablet.mx,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -d -r1.106 -r1.107
--- tablet.mx   9 Dec 2007 16:07:47 -0000       1.106
+++ tablet.mx   9 Dec 2007 16:14:49 -0000       1.107
@@ -1048,6 +1048,7 @@
                fmt[p].len = fmt[p].nillen = 
                        ATOMlen(fmt[p].adt, ATOMnilptr(fmt[p].adt));
                fmt[p].ws = !(has_whitespace(fmt[p].sep));
+               fmt[p].quote = '"';
                fmt[p].data = GDKmalloc(fmt[p].len);
                if (tablet_debug)
                        stream_printf(GDKerr, "%s\n", fmt[p].name);


-------------------------------------------------------------------------
SF.Net email is sponsored by: 
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to