1
hi there.
i just stumbled on this little problem.
since i still am not familiar enough with xoops, it took me some time, to solve it.
i was using a MySQL query with UNION (available since MySQL 4.0) like that:
(SELECT a FROM table1) UNION (SELECT a FROM table2)
that worked for me quite wonderful.
but XOOPS recognizes that query as UPDATE which makes usage of $xoopsDB->query($sql) in a GET request impossible.
i am aware, that queryF($sql) exists and it does work fine, but isn't it just wrong?
or maybe i am just missing something...
greetings
ric