Fork me on GitHub
#honeysql
<
2023-11-10
>
Nick McAvoy00:11:08

Query a and query b return the same set of keys, but if I do (-> query-a (union query-b)), the resulting keys are not namespaced. e.g. instead of :atable/column_a, just :column_a. Is this expected? Is there any easy workaround? Thank you!

seancorfield03:11:28

It's up to the database/driver whether table names are provided to the caller. If next.jdbc doesn't return qualified keys, then the driver didn't make table names available. (And this has nothing to do with HoneySQL)