This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-06-17
Channels
- # announcements (3)
- # beginners (107)
- # calva (13)
- # clj-kondo (5)
- # cljsrn (21)
- # clojure (99)
- # clojure-australia (8)
- # clojure-dev (51)
- # clojure-europe (108)
- # clojure-nl (1)
- # clojure-portugal (3)
- # clojure-spec (9)
- # clojure-uk (10)
- # clojurescript (147)
- # component (7)
- # conjure (5)
- # core-async (2)
- # cursive (11)
- # datomic (11)
- # emacs (14)
- # graalvm (163)
- # graalvm-mobile (317)
- # honeysql (15)
- # introduce-yourself (4)
- # jobs (3)
- # lambdaisland (1)
- # lsp (19)
- # luminus (3)
- # malli (17)
- # off-topic (10)
- # pathom (11)
- # reagent (10)
- # remote-jobs (2)
- # ring (1)
- # shadow-cljs (22)
- # test-check (2)
- # testing (5)
- # tools-deps (39)
com.github.seancorfield/next.jdbc "1.2.674"
— https://cljdoc.org/d/com.github.seancorfield/next.jdbc/1.2.674/doc/readme --
* Fix #167 by adding :property-separator
to next.jdbc.connection/dbtypes
and using it in jdbc-url
.
* Address #166 by adding next.jdbc/with-logging
to create a wrapped connectable that will invoke logging functions with the SQL/parameters and optionally the result or exception for each operation.
Fix :unit_count
references in Getting Started* (were :unit_cost
).
* Update test-runner
.
Follow-up in #sql
com.github.seancorfield/honeysql "2.0.0-rc3"
— https://cljdoc.org/d/com.github.seancorfield/honeysql/2.0.0-rc3/doc/readme --
* Fix #328 by adding :distinct
as special syntax, affecting an expression.
* Address #327 by changing “unknown clause” error to including mention of “nil values” (which are also illegal).
* Fix #327 by making single-argument helpers consistent with multi-argument helpers.
* Support PostgreSQL’s &&
array operator.
Clarify how to SELECT
a function expression (in Getting Started*).
* Update test-runner
.
Follow-up in #honeysql

Just published Chlorine v0.12.0 for Atom - in this release, fixes for Lumo and Clojerl socket REPLs, an improved "Doc for Var" that uses markdown to render documentation (toggable - you can disable that) and also gets source (if it's a function) or var contents (if it's not) for most, if not all, REPLs that Chlorine supports. I'll publish a Clover version soon also - discussions on #chlorine-clover 🙂