-
|
XTQL seems to handle qualified keywords just fine, but I can't seem to figure out how to refer to such columns in SQL: I've tried PG-style identifier quoting, but it doesn't seem to work. Please let me know if I'm missing something obvious, thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
refset
Jun 14, 2025
Replies: 1 comment
-
|
Hey @ak-coram hopefully this guidance helps: https://github.com/xtdb/driver-examples/blob/87aef5f4fab635a34a816b3968e782f938ea9d29/clojure/dev/user.clj#L20 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ak-coram
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @ak-coram hopefully this guidance helps: https://github.com/xtdb/driver-examples/blob/87aef5f4fab635a34a816b3968e782f938ea9d29/clojure/dev/user.clj#L20