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

Modified Files:
        strings_like.stable.out 
Log Message:
invalid escapes bug was fixed, MonetDB returns the correct answer now

U strings_like.stable.out
Index: strings_like.stable.out
===================================================================
RCS file: 
/cvsroot/monetdb/sql/src/test/pg_regress/Tests/strings_like.stable.out,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- strings_like.stable.out     1 Aug 2009 19:52:44 -0000       1.1
+++ strings_like.stable.out     3 Aug 2009 07:19:37 -0000       1.2
@@ -253,7 +253,7 @@
 % true # name
 % boolean # type
 % 5 # length
-[ true ] -- MonetDB actually returns false here!
+[ true ]
 #SELECT 'maca' NOT LIKE 'm%aca' ESCAPE '%' AS "false";
 % . # table_name
 % false # name
@@ -265,7 +265,7 @@
 % true # name
 % boolean # type
 % 5 # length
-[ true ] -- MonetDB actually returns false here!
+[ true ]
 #SELECT 'ma%a' NOT LIKE 'm%a%%a' ESCAPE '%' AS "false";
 % . # table_name
 % false # name
@@ -277,7 +277,7 @@
 % true # name
 % boolean # type
 % 5 # length
-[ true ] -- MonetDB actually returns false here!
+[ true ]
 #SELECT 'bear' NOT LIKE 'b_ear' ESCAPE '_' AS "false";
 % . # table_name
 % false # name
@@ -289,7 +289,7 @@
 % true # name
 % boolean # type
 % 5 # length
-[ true ] -- MonetDB actually returns false here!
+[ true ]
 #SELECT 'be_r' NOT LIKE 'b_e__r' ESCAPE '_' AS "false";
 % . # table_name
 % false # name


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to