Maybe it is possible to add a where clause manually without disturbing the query object?
For any hint and idea grateful,
Mareike
PS: Does anybody know the reason for the "Note that the glue is set on first use and cannot be changed."-behaviour?
--
You received this message because you are subscribed to the Google Groups "Joomla! General Development" group.
To view this discussion on the web, visit https://groups.google.com/d/msg/joomla-dev-general/-/6viM65KSmCEJ.
To post to this group, send an email to joomla-de...@googlegroups.com.
To unsubscribe from this group, send email to joomla-dev-gene...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/joomla-dev-general?hl=en-GB.
This is not really a workaround as you will get horrible performances for your query if you use sub query instead of a simple where clause.
--
You received this message because you are subscribed to the Google Groups "Joomla! General Development" group.
To view this discussion on the web, visit https://groups.google.com/d/msg/joomla-dev-general/-/PcdrAdLpWIcJ.
$query->where('flat=1');
$query->where('(regio_id=123 OR regio_id=34 OR regio_id=32)');
Glad that it was helpful. Sometimes the simpliest things does the thing ;)
Dmitry.