This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-11-03
Channels
- # announcements (55)
- # babashka (14)
- # beginners (49)
- # biff (9)
- # calva (73)
- # cider (14)
- # clerk (8)
- # clj-kondo (6)
- # clojure (92)
- # clojure-dev (4)
- # clojure-europe (18)
- # clojure-norway (62)
- # clojure-uk (5)
- # clojuredesign-podcast (4)
- # clojurescript (34)
- # cursive (40)
- # data-science (4)
- # datomic (5)
- # dev-tooling (1)
- # eastwood (6)
- # emacs (107)
- # figwheel-main (9)
- # fulcro (13)
- # gratitude (9)
- # hyperfiddle (5)
- # introduce-yourself (2)
- # off-topic (45)
- # overtone (23)
- # portal (5)
- # releases (3)
- # shadow-cljs (6)
- # specter (1)
- # squint (32)
- # timbre (4)
- # vscode (2)
Is java.time
support planned for Datomic Cloud?
I just tried to use java.time.YearMonth
as an argument to a transaction function and even that threw an exception in
while transit/write
ing:
java.lang.Exception: Not supported: class java.time.YearMonth
I've tried to extend the transit handlers in
, but unsuccessfully.
I've documented my experiment here:
https://ask.datomic.com/index.php/449/support-java-time-instant
I've also documented our current - not very performant - workaround here:
https://forum.datomic.com/t/java-time/1406/4Native support for java.time types would be great! We're using this while we're waiting: https://github.com/magnars/java-time-dte
we also maintain a fairly complex layer to add java.time.Instant support to Datomic. Would love to be able to get rid of it as it’s been a source of problems in the past.