Didn't find the option to create a ticket.
When using the following MySQL Code in the "syntax editor"
SELECT MAX(node.nid) AS test, ...
and then switching to "designer mode", SQLeo rewrites the code to
SELECT MAX ( node.nid ) AS test, ...
which is not valid anymore and produces a syntax error when running the query because of the added whitespace after the function name.
Anonymous
You seem to have CSS turned off. Please don't fill out this field.
Hi, you are facing an other aspect of ticket 155 https://sourceforge.net/p/sqleo/tickets/155/
ticket has been updated, but don't know yet when it will be fixed. Regards PAscal
This fix will be included in next release 2013.12 Regards PAscal
Didn't find the option to create a ticket.
When using the following MySQL Code in the "syntax editor"
and then switching to "designer mode", SQLeo rewrites the code to
which is not valid anymore and produces a syntax error when running the query because of the added whitespace after the function name.
Hi,
you are facing an other aspect of ticket 155 https://sourceforge.net/p/sqleo/tickets/155/
ticket has been updated, but don't know yet when it will be fixed.
Regards
PAscal
This fix will be included in next release 2013.12
Regards
PAscal