This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-09-23
Channels
- # announcements (8)
- # babashka (12)
- # babashka-sci-dev (6)
- # beginners (62)
- # biff (5)
- # calva (4)
- # cider (2)
- # clj-commons (8)
- # clj-kondo (17)
- # clj-yaml (40)
- # clojars (3)
- # clojure (117)
- # clojure-europe (122)
- # clojure-nl (5)
- # clojure-norway (20)
- # clojurescript (10)
- # consulting (1)
- # datomic (65)
- # events (15)
- # figwheel (1)
- # fulcro (4)
- # lsp (15)
- # mount (15)
- # music (1)
- # off-topic (53)
- # polylith (12)
- # releases (3)
- # shadow-cljs (13)
- # sql (1)
- # test-check (8)
- # xtdb (31)
Bugfix release of https://github.com/ivarref/clj-paginate, now version 0.2.53
.
Values for pageInfo.hasPrevPage
and pageInfo.hasNextPage
for last/before
pagination were reversed in earlier versions š±
2
š 1
com.github.seancorfield/next.jdbc {:mvn/version "1.3.834"}
-- A modern low-level Clojure wrapper for JDBC-based access to databases. -- https://github.com/seancorfield/next-jdbc -- an important bug fix if you use snake-kebab-opts
(or :column-fn
):
ā¢ Fix https://github.com/seancorfield/next-jdbc/issues/227 by correcting how https://github.com/seancorfield/next-jdbc/issues/221 was implemented!
Follow-up in #sql
š 2