[TYPO3-mvc] Persistence_rewrite merged!
Sebastian Kurfürst
sebastian at typo3.org
Tue Jul 14 17:13:08 CEST 2009
Hi everybody,
>
> 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
Greets,
Sebastian
More information about the TYPO3-project-typo3v4mvc
mailing list