This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2015-10-13
Channels
- # admin-announcements (48)
- # alda (1)
- # aws (24)
- # beginners (4)
- # boot (103)
- # cider (69)
- # clojure (111)
- # clojure-art (5)
- # clojure-dev (35)
- # clojure-greece (2)
- # clojure-nl (3)
- # clojure-russia (1)
- # clojure-shanghai (1)
- # clojurescript (220)
- # clojurescript-ios (1)
- # clojurewerkz (3)
- # community-development (3)
- # core-logic (5)
- # cursive (5)
- # datomic (24)
- # devcards (21)
- # editors (3)
- # funcool (1)
- # hoplon (20)
- # ldnclj (47)
- # ldnproclodo (1)
- # liberator (1)
- # off-topic (7)
- # om (21)
- # onyx (36)
- # reagent (1)
- # ring-swagger (2)
- # spacemacs (38)
- # yada (17)
in JDBC drivers, can I just pick the newest one, regardless my database version, or do they have to match? Like, can you use the 9.4 driver with the 9.3 database?
I suspect it depends on the driver and database - read your release notes .... :)
@alexmiller: will do. Another question: is a stable Clojure version released yearly, or just on a 'when ready' basis?
when ready
@alexmiller: Congrats on 1.8.0-beta1!
we would like to reach 1.8 final before the conj
@borkdude: re: JDBC — very much depends on the DB and driver as @alexmiller said. For example MySQL 5.1.36 driver works with MySQL 5.5 and later but won’t work with 5.1 or 5.0 in all cases.