Hi Christian :)
After update 0d7754a5897a639e563add6b8d6db53fc0fae677 [29 Oct 2019] -> v1.6.0, I get a SQL Syntax error.
Looks like Cortex escapes SQL reserved words like select, from, where, ...
I´m pretty sure, we have talked about it a while ago, and you fixed it (0d7754a works fine).
SELECT `id`,
`name`
FROM
`structure`
WHERE
`systemid` = ? AND
`active` = ? AND (
EXISTS(
`select` `id` `from` `corporation_structure` `where` ( ( `corporationid` = ? ) ) AND (
`corporation_structure`.`structureid`=`structure`.`id`
)))
Hi Christian :) After update 0d7754a5897a639e563add6b8d6db53fc0fae677 [29 Oct 2019] ->
v1.6.0
, I get a SQL Syntax error. Looks like Cortex escapes SQL reserved words likeselect
,from
,where
, ... I´m pretty sure, we have talked about it a while ago, and you fixed it (0d7754a works fine).Model