Anyone here using Oracle? I need someone to test something on Oracle for me please. https://github.com/seancorfield/honeysql/issues/263 has highlighted that FROM (sub-query) alias
needs to be FROM (sub-query) AS alias
for PostgreSQL -- and that seems to work on every database I have access to for testing (basically next.jdbc
's suite) but I don't have an Oracle test rig, and the comment in the code suggests that the reason the if
is in the current code is to suppress AS
in a FROM
etc is because Oracle doesn't allow this...
i'm not sure whether you've got your answer yet, but here is the result from my quick test on oracle 11.2:
Thank you @abdusalam -- that's exactly what I needed to know (but not the answer I had hoped for!).