Fork me on GitHub
#sql
<
2024-01-11
>
Daniel Shriki11:01:16

I’m trying to use https://github.com/taoensso/carmine DB results on my app (after being manipulated a bit). However I’m getting this error:

Unfreezable type: class next.jdbc.result_set$navize_row
This library does it serialization using https://github.com/taoensso/nippy, and they provide a functionality https://github.com/taoensso/nippy/wiki/2-Evolving-your-Nippy-data for unfamiliar data types, but I’m not sure how this data type is constructed to do so, what should I expect? anyone might have been run into this issue before and solved it? thanks 🙏

dharrigan11:01:31

If you do a search in this channel for nippy, you'll see others encountering the same issue.

dharrigan11:01:59

(I too unset the *incl-metadata?*)

Daniel Shriki11:01:50

Awesome! Thanks a lot

dharrigan11:01:23

np, you're most welcome 🙂