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)
ah nevermind scratch that, I realised it’s an issue with values in from requiring an alias, got what I wanted with
(sql/format {:select [[:column1 :num]]
:from [[{:values [[1] [2] [3]]} :vraw]]})
Migrating our codebase to honeysql v2. An easy transition but I’m glad that we have end-to-end tests. If we had a bigger codebase I’d investigate an automated approach with rewrite-clj
Thank you @seancorfield for taking the time to do this work. I particularly like some error messages that I saw!
We’re migrating one query at a time at work — since we can have both v1 and v2 required into the same namespace.
I using both (versions of honeysql) at the moment. I just rewrote a query using honeysql which was previously in hugsql... it's way more fun (and easier to debug).
A lot of our queries are interconnected so they have to be changed as a unit. But otherwise we have hugsql, honeysql 1 and honeysql 2 :) We have committed to standardize on honeysql 2 though.
If only HoneySQL had a project logo…
If you like Calva's and clojure-lsp's logo, you could ask @jayzawrotny
I also did rewrite-clj's current logo. It was not terribly imaginative, but I also came up with the clj-kondo icon . Borkdude and I had some fun working out https://github.com/borkdude/sci/issues/129 and https://github.com/borkdude/jet/issues/50 logos. The lil hammock person is from me too: . I would consider myself an amateur, but if you seriously want a logo, and none more talented makes an offer, I could take a stab at it sometime.