portal

Akiz 2024-10-31T10:04:59.759409Z

Hi, after I tap> a result of next.jdbc/execute! where I have defined :schema for FK relation, how can I use nav ? I tried to press Enter on the value (#UUID) but it displays just the value and it doesn’t reference anything. Maybe there is a way how to debug it?

djblue 2024-10-31T16:10:31.828939Z

Is the uuid selected or is the string of the uuid selected? You can run clojure.core/type on the selected value to be certain if unsure. The next requirements is the map containing the key and uuid has metadata with clojure.core.protocols/nav . If it does and isn't working as you intended, I'm not sure why, but you can always provide your own nav implementation.

Akiz 2024-10-31T17:43:11.634719Z

I have tried both - just the value and with #uuid. I will see why the nav implementation doesn’t work in my case. It might be more about next.jdbc .

👍 1