4 Replies
I'm guessing it's the
"geo"."city" city. Do you mean "geo"."city" as city?its postgres forgot to mention
same result
Like if I run the query in my database ui it works fine
oh well that's odd
Can you dump the generated query output from your lib?
Something like
query.getSql()?
Might make more sense once you see how the tool has translated your query.