Update of /cvsroot/monetdb/sql/src/test/BugDay_2005-12-19_2.9.3/Tests
In directory
23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv8054/src/test/BugDay_2005-12-19_2.9.3/Tests
Modified Files:
prepare_doesnot_like_LIKE.SF-1234205.sql
Log Message:
propagated changes of Friday Aug 07 2009
from the Aug2009 branch to the development trunk
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2009/08/07 - nielsnes:
src/test/BugDay_2005-12-19_2.9.3/Tests/prepare_doesnot_like_LIKE.SF-1234205.sql,1.6.22.1
bug fixing
prepare/execute statements now go to seperate query cache
check for ambiguous order by columns
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Index: prepare_doesnot_like_LIKE.SF-1234205.sql
===================================================================
RCS file:
/cvsroot/monetdb/sql/src/test/BugDay_2005-12-19_2.9.3/Tests/prepare_doesnot_like_LIKE.SF-1234205.sql,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- prepare_doesnot_like_LIKE.SF-1234205.sql 3 Sep 2006 13:02:42 -0000
1.6
+++ prepare_doesnot_like_LIKE.SF-1234205.sql 7 Aug 2009 21:25:02 -0000
1.7
@@ -2,6 +2,6 @@
insert into t1234205 values ('niels'),('fabian'),('martin');
prepare select name from t1234205 where name like ?;
-execute 1 ('%');
+execute 0 ('%');
prepare select name from t1234205 where name like 'n%';
-execute 2 ();
+execute 1 ();
------------------------------------------------------------------------------
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