add logo to zulip badge
Signed-off-by: Sean Corfield <sean@corfield.org>
This commit is contained in:
parent
60f5662d81
commit
c93eef06f6
2 changed files with 3 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ SQL as Clojure data structures. Build queries programmatically -- even at runtim
|
||||||
[](https://cljdoc.org/d/com.github.seancorfield/honeysql/CURRENT)
|
[](https://cljdoc.org/d/com.github.seancorfield/honeysql/CURRENT)
|
||||||
[](https://clojurians.slack.com/app_redirect?channel=honeysql)
|
[](https://clojurians.slack.com/app_redirect?channel=honeysql)
|
||||||
[](http://clojurians.net)
|
[](http://clojurians.net)
|
||||||
[](https://clojurians.zulipchat.com/#narrow/channel/152091-honeysql)
|
[](https://clojurians.zulipchat.com/#narrow/channel/152091-honeysql)
|
||||||
|
|
||||||
This project follows the version scheme MAJOR.MINOR.COMMITS where MAJOR and MINOR provide some relative indication of the size of the change, but do not follow semantic versioning. In general, all changes endeavor to be non-breaking (by moving to new names rather than by breaking existing names). COMMITS is an ever-increasing counter of commits since the beginning of this repository.
|
This project follows the version scheme MAJOR.MINOR.COMMITS where MAJOR and MINOR provide some relative indication of the size of the change, but do not follow semantic versioning. In general, all changes endeavor to be non-breaking (by moving to new names rather than by breaking existing names). COMMITS is an ever-increasing counter of commits since the beginning of this repository.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2723,4 +2723,6 @@
|
||||||
:from [(keyword "'`a-b.b-c.c-d`")]}
|
:from [(keyword "'`a-b.b-c.c-d`")]}
|
||||||
(sql/format))
|
(sql/format))
|
||||||
(sql/format {:select :* :from [[[:json_to_recordset :my-json-column] [:b {:with-columns [[:c :int] [:d :text]]}]]]})
|
(sql/format {:select :* :from [[[:json_to_recordset :my-json-column] [:b {:with-columns [[:c :int] [:d :text]]}]]]})
|
||||||
|
(sql/format {:select :* :from :my_publications :where [:= :is_published true]}
|
||||||
|
{:dialect :sqlserver})
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue