Update of /cvsroot/monetdb/sql/src/test/snodgrass/Tests
In directory 
sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv10097/sql/src/test/snodgrass/Tests

Modified Files:
      Tag: Feb2010
        cast_select.stable.out 
Log Message:

removed M4-specific error message from M5-only output
and the related (now obsolete) rule from Mfilter


Index: cast_select.stable.out
===================================================================
RCS file: /cvsroot/monetdb/sql/src/test/snodgrass/Tests/cast_select.stable.out,v
retrieving revision 1.3.26.1
retrieving revision 1.3.26.2
diff -u -d -r1.3.26.1 -r1.3.26.2
--- cast_select.stable.out      2 Feb 2010 14:53:46 -0000       1.3.26.1
+++ cast_select.stable.out      2 Feb 2010 18:02:58 -0000       1.3.26.2
@@ -134,7 +134,7 @@
 1 row
 
 SELECT CAST('12:34' AS INTERVAL DAY TO MINUTE ); -- err: works not
-Error on line 21: ERROR: second_interval_str: operation failed.
+Error on line 21: SQLException:calc.second_interval:wrong format (12:34)
 SELECT CAST( INTERVAL'86 00:00:00' DAY TO SECOND AS INTERVAL HOUR TO SECOND ) 
= INTERVAL '2064:00:00' HOUR TO SECOND;
 +----------------+
 | =_single_value |
@@ -144,7 +144,7 @@
 1 row
 
 SELECT CAST('86 00:00:00' AS INTERVAL HOUR(3) TO SECOND ); -- err: overflow 
exception
-Error on line 23: ERROR: second_interval_str: operation failed.
+Error on line 23: SQLException:calc.second_interval:wrong format (86 00:00:00)
 SELECT CAST( CAST( 7430400 AS INTERVAL SECOND ) AS INTERVAL DAY TO SECOND ) = 
INTERVAL '86 00:00:00' DAY TO SECOND;
 +----------------+
 | =_single_value |


------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to