Changeset: 8dd1268ab5a6 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=8dd1268ab5a6
Modified Files:
        
sql/src/test/BugDay_2005-10-06_2.9.3/Tests/variable_arg_substring.SF_942981.stable.out
        sql/src/test/Tests/round.stable.out
Branch: Oct2010
Log Message:

approved new length (width) in table header


diffs (48 lines):

diff -r fdd8c6b23be9 -r 8dd1268ab5a6 
sql/src/test/BugDay_2005-10-06_2.9.3/Tests/variable_arg_substring.SF_942981.stable.out
--- 
a/sql/src/test/BugDay_2005-10-06_2.9.3/Tests/variable_arg_substring.SF_942981.stable.out
    Thu Oct 07 08:26:08 2010 +0200
+++ 
b/sql/src/test/BugDay_2005-10-06_2.9.3/Tests/variable_arg_substring.SF_942981.stable.out
    Thu Oct 07 08:27:15 2010 +0200
@@ -23,7 +23,7 @@
 % . # table_name
 % substring_single_value # name
 % char # type
-% 0 # length
+% 5 # length
 [ "hal"        ]
 [ "o"  ]
 [ "llo"        ]
diff -r fdd8c6b23be9 -r 8dd1268ab5a6 sql/src/test/Tests/round.stable.out
--- a/sql/src/test/Tests/round.stable.out       Thu Oct 07 08:26:08 2010 +0200
+++ b/sql/src/test/Tests/round.stable.out       Thu Oct 07 08:27:15 2010 +0200
@@ -28,27 +28,27 @@
 % .,   .,      .,      . # table_name
 % round_single_value,  round_single_value,     round_single_value,     
round_single_value # name
 % decimal,     decimal,        decimal,        decimal # type
-% 11,  11,     11,     11 # length
+% 10,  10,     10,     10 # length
 [ 750.00,      700.00, 1000.00,        0.00    ]
 % .,   . # table_name
 % round_single_value,  round_single_value # name
 % decimal,     decimal # type
-% 11,  11 # length
+% 10,  10 # length
 [ 123.9990,    124.0000        ]
 % . # table_name
 % round_single_value # name
 % decimal # type
-% 11 # length
+% 10 # length
 [ 123.4500     ]
 % . # table_name
 % round_single_value # name
 % decimal # type
-% 11 # length
+% 10 # length
 [ 100.00       ]
 % . # table_name
 % round_single_value # name
 % decimal # type
-% 11 # length
+% 10 # length
 [ 151.00       ]
 
 # 15:17:10 >  
_______________________________________________
Checkin-list mailing list
Checkin-list@monetdb.org
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to