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

Modified Files:
        ifthenelse_bug.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/bugs/Tests/ifthenelse_bug.stable.out,1.2.8.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: ifthenelse_bug.stable.out
===================================================================
RCS file: /cvsroot/monetdb/sql/src/test/bugs/Tests/ifthenelse_bug.stable.out,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- ifthenelse_bug.stable.out   28 Feb 2008 20:04:16 -0000      1.2
+++ ifthenelse_bug.stable.out   20 Jul 2009 13:57:46 -0000      1.3
@@ -29,7 +29,7 @@
 % sys.my_table7,       sys.my_table7,  sys.my_table7,  sys.my_table7 # 
table_name
 % my_id,       col1,   col2,   col3 # name
 % int, varchar,        varchar,        varchar # type
-% 2,   2,      1,      3 # length
+% 2,   2,      0,      3 # length
 [ 10,  "aa",   NULL,   "aaa"   ]
 [ 20,  "ab",   NULL,   "aab"   ]
 [ 30,  "ac",   NULL,   "aac"   ]


------------------------------------------------------------------------------
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