14:00Z (5 minutes): "Solving FinTech pains with Suresh Nageswaran" - come join us! https://discord.gg/x7NuGFtZXW?event=1371606555602194562
the video: https://youtu.be/uAwuDSRtNo4
Hey folks - another beta release for you 🚀 Particularly, you can now inline XTQL within SQL, which means it can be evaluated over a JDBC connection, whether that be in your JVM or over tools like Metabase - enjoy 🙂 Our JDBC driver has also had a revamp, and now returns Clojure-idiomatic types out-of-the-box - should mean less next.jdbc configuration required to 'just put maps in/get maps out' clojure Have a good weekend! James
@jarohen This release does not appear to be on Maven? Beta 7 is, but beta 8 is not. How can we test these updates? What dep should I have in next.jdbc's tests for this? (previous xtdb-jdbc for beta 7).
looks like it got stuck 😐 have given it a nudge. once it's gone through, I'd guess you want xtdb-api and xtdb-core (latter assuming you're spinning up in-memory nodes) at beta8, removing xtdb-jdbc
yep, landed in central now - cheers @seancorfield 🙏
And Clojure 1.12 is a hard req now, yes? (I have to update my test fixtures to skip XTDB on 1.10 an 1.11)
That's a big jump in dependency size for folks only wanting the JDBC stuff -- from just under 10k for xtdb-jdbc beta7 to just over 224k xtdb-api beta8 😞
OK, next-jdbc tests have been updated and everything passes for XTDB Beta 8, on Clojure 1.12, and JDK 21+.
xtdb-jdbc depended on xtdb-api before, IIRC - we could probably look into pulling out only the relevant parts of xtdb-api if this affects people's JAR sizes 🤔
Oh, OK.