Hello,
When trying a query with UNION ALL like SELECT a FROM users UNION ALL SELECT a FROM users it doesn't work with magic query.
If we look at the file StatementFactory.php, we see that only UNION is supported.
Is there any reason why it was not implemented?
Thanks !