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

Modified Files:
        set_default_value.SF-1715553.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/BugTracker/Tests/set_default_value.SF-1715553.stable.out,1.2.4.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: set_default_value.SF-1715553.stable.out
===================================================================
RCS file: 
/cvsroot/monetdb/sql/src/test/BugTracker/Tests/set_default_value.SF-1715553.stable.out,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- set_default_value.SF-1715553.stable.out     30 Dec 2008 19:19:06 -0000      
1.2
+++ set_default_value.SF-1715553.stable.out     20 Jul 2009 13:57:15 -0000      
1.3
@@ -34,27 +34,27 @@
 % .columns,    .columns,       .columns # table_name
 % name,        default,        null # name
 % varchar,     varchar,        boolean # type
-% 2,   1,      5 # length
+% 2,   0,      5 # length
 [ "id",        NULL,   true    ]
 % .columns,    .columns,       .columns # table_name
 % name,        default,        null # name
 % varchar,     varchar,        boolean # type
-% 2,   1,      5 # length
+% 2,   0,      5 # length
 [ "id",        NULL,   true    ]
 % .columns,    .columns,       .columns # table_name
 % name,        default,        null # name
 % varchar,     varchar,        boolean # type
-% 2,   1,      5 # length
+% 2,   0,      5 # length
 [ "id",        NULL,   true    ]
 % .columns,    .columns,       .columns # table_name
 % name,        default,        null # name
 % varchar,     varchar,        boolean # type
-% 2,   1,      5 # length
+% 2,   0,      5 # length
 [ "id",        NULL,   true    ]
 % .columns,    .columns,       .columns # table_name
 % name,        default,        null # name
 % varchar,     varchar,        boolean # type
-% 2,   1,      5 # length
+% 2,   0,      5 # length
 [ "id",        NULL,   false   ]
 
 # 00:12:36 >  


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