Re: [Monetdb-developers] [Monetdb-pf-checkins] pathfinder/src/sqlhelpers/xmlshred encoding.c, XQuery_0-20, 1.8.4.3, 1.8.4.4
Jan Rittinger wrote:
Update of /cvsroot/monetdb/pathfinder/src/sqlhelpers/xmlshred In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv19535
Modified Files: Tag: XQuery_0-20 encoding.c Log Message: -- Bugfix: Added missing quotes.
Index: encoding.c =================================================================== RCS file: /cvsroot/monetdb/pathfinder/src/sqlhelpers/xmlshred/encoding.c,v retrieving revision 1.8.4.3 retrieving revision 1.8.4.4 diff -u -d -r1.8.4.3 -r1.8.4.4 --- encoding.c 9 Oct 2007 19:54:07 -0000 1.8.4.3 +++ encoding.c 18 Oct 2007 08:02:23 -0000 1.8.4.4 @@ -146,7 +146,7 @@ if (shredstate.names_separate) fprintf(out, "%i", tuple.name_id); else - fprintf(out, "%s", (char*)tuple.name); + fprintf(out, "\"%s\"", (char*)tuple.name); } break; case 't':
------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Monetdb-pf-checkins mailing list Monetdb-pf-checkins@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins
Too late. I have built the installers, RPMs, and tar balls. This change is not in it. Unless it is a show stopper, in which case I will be extremely unhappy, but seeing that it is in the sqlhelpers directory, I don't believe that. -- Sjoerd Mullender
On 10/18/2007 10:27 AM, Sjoerd Mullender wrote with possible deletions:
Jan Rittinger wrote:
[...] Log Message: -- Bugfix: Added missing quotes.
[...]
Too late. I have built the installers, RPMs, and tar balls. This change is not in it. Unless it is a show stopper, in which case I will be extremely unhappy, but seeing that it is in the sqlhelpers directory, I don't believe that.
Sjoerd, thanks for the information. It was only a small bug and as you correctly observed the binary is not accessible in the rpms anyway. I only tried to adhere to Stefans words to commit bugfixes to the stable branch :-) -- Jan Rittinger Database Systems Technische Universität München (Germany) http://www-db.in.tum.de/~rittinge/
participants (2)
-
Jan Rittinger
-
Sjoerd Mullender