Update of /cvsroot/monetdb/pathfinder/modules/pftijah/Tests
In directory 
23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv10284/modules/pftijah/Tests

Added Files:
        test_comp_tokenize.xq 
Log Message:
propagated changes of Tuesday Sep 22 2009
from the Aug2009 branch to the development trunk

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2009/09/22 - jflokstra: modules/pftijah/Tests/test_comp_tokenize.xq,1.1.2.1
* fix [ monetdb-Bugs-2863458 ] PF/TIJAH: tokenize in a for-loop

The pin count of the tokenize operation result bats was always set to 1 but
should have been set to the number of times the operand is used by other
operations.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


--- NEW FILE: test_comp_tokenize.xq ---
let $query := tijah:tokenize(fn:string("aap beer noot"))
return fn:string-length($query)
<>
for $n in (1,2)
let $query := tijah:tokenize(fn:string("aap beer noot"))
let $len   := fn:string-length($query)
return ($len)


------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to