[TYPO3-mvc] Persistence_rewrite merged!
Frans van der Veen
frans at netcreators.com
Tue Jul 14 23:59:15 CEST 2009
Sebastian Kurfürst wrote:
>> Yes, it results in
>>
>> ... WHERE (tx_blogexample_domain_model_blog.column1 LIKE "%test%" OR
>> (tx_blogexample_domain_model_blog.column2 LIKE "%test%" OR
>> tx_blogexample_domain_model_blog.column3 LIKE "%test%"))
>>
>> which is the intended result. It is like the polish notation
>> (http://en.wikipedia.org/wiki/Polish_notation).
> Actually it does not at all matter how the brackets are done here, as
> the set-algebraic operation "or" is associative:
> (A OR B) OR C == A OR (B OR C) == A OR B OR C
Thank you for the explanation.
~Frans
More information about the TYPO3-project-typo3v4mvc
mailing list