On Mar 17, 2011 7:19 PM, <phi...@apache.org> wrote: > > Author: philip > Date: Thu Mar 17 19:19:11 2011 > New Revision: 1082650 > > URL: http://svn.apache.org/viewvc?rev=1082650&view=rev > Log: > Only single statements in wc-queries.sql are executed, anything after > a semi-colon is ignored. That means that some statements setting up > indices were not getting executed, and one statement lost part of > it selection criteria.
You can use svn_sqlite__exec_statements() for those multi-statement operations. Cheers, -g