Update of /cvsroot/monetdb/sql/src/test/Tests
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv4795/src/test/Tests

Modified Files:
        coalesce.stable.out 
Log Message:
propagated changes of Sunday Jul 19 2009 - Monday Jul 20 2009
from the May2009 branch to the development trunk

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2009/07/19 - nielsnes: src/test/Tests/coalesce.stable.out,1.8.2.1
applied (adapted) utf8 patch

it fixes utf8 strings lengths, ie we now return number of unicode characters
not number of bytes.
NULL now all have a length of 0 characters
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Index: coalesce.stable.out
===================================================================
RCS file: /cvsroot/monetdb/sql/src/test/Tests/coalesce.stable.out,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- coalesce.stable.out 12 Feb 2009 15:51:05 -0000      1.8
+++ coalesce.stable.out 20 Jul 2009 13:57:39 -0000      1.9
@@ -75,13 +75,13 @@
 % sys.test,    sys.test,       sys.test # table_name
 % id,  name,   age  # name
 % int, varchar,        int # type
-% 1,   1,      2 # length
+% 1,   0,      2 # length
 [ 2,   NULL,   26      ]
 [ 4,   NULL,   NULL    ]
 % sys.test,    sys.test,       sys.test # table_name
 % id,  name,   age  # name
 % int, varchar,        int # type
-% 1,   1,      2 # length
+% 1,   0,      2 # length
 [ 2,   NULL,   26      ]
 
 # 15:56:24 >  


------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to