Re: [Monetdb-developers] [Monetdb-pf-checkins] pathfinder/runtime serialize_dflt.mx, 1.31, 1.32
Hi Peter, your checkin message does not match your checkin: your change only ensures that the following four characters are not escaped anymore: '\"', '\'', '\t', and '\\'. Entities however were already escaped in the previous version. Cheers, Jan On 03/16/2007 02:08 AM, Peter Boncz wrote with possible deletions:
Update of /cvsroot/monetdb/pathfinder/runtime In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv18198
Modified Files: serialize_dflt.mx Log Message: - XRPC strings should also escape entities
Index: serialize_dflt.mx =================================================================== RCS file: /cvsroot/monetdb/pathfinder/runtime/serialize_dflt.mx,v retrieving revision 1.31 retrieving revision 1.32 diff -u -d -r1.31 -r1.32 --- serialize_dflt.mx 15 Mar 2007 21:07:17 -0000 1.31 +++ serialize_dflt.mx 16 Mar 2007 01:08:16 -0000 1.32 @@ -1228,7 +1228,7 @@ dflt_seqEmitBool, dflt_seqEmitInt, dflt_seqEmitDbl, - dflt_seqEmitStr, + dflt_handle_characters, dflt_handle_attribute, dflt_handle_characters,
@@ -1264,7 +1264,7 @@ dflt_seqEmitBool, dflt_seqEmitInt, dflt_seqEmitDbl, - dflt_seqEmitStr, + dflt_handle_characters, dflt_handle_attribute, dflt_handle_characters,
------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Monetdb-pf-checkins mailing list Monetdb-pf-checkins@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins
-- Jan Rittinger Database Systems Technische Universität München (Germany) http://www-db.in.tum.de/~rittinge/
participants (1)
-
Jan Rittinger