clojureql
Just generate SQL from ClojureQL's disj! conj! and update-in! functions
Is there a way to just generate the sql queries from ClojureQL\'s disj! conj! and update-in! functio开发者_如何学Cns, instead of executing them directly ?No, these methods are directly executing their[详细]
2023-04-03 11:55 分类:问答In ClojureQL how can I make a where clause case insensitive?
In ClojureQL how can I make a where clause case insensitive? I am trying to add UPPER or something to do this in the where clause but开发者_如何学Go I can\'t figure out how to do thisIn ClojureQL you[详细]
2023-03-31 22:56 分类:问答clojureql, open-global and with-results
Just trying to understand the purpose of clojureql\'s open-global and with-results. I started by reading this overview: How does ClojureQL compare to clojure.contrib.sql?[详细]
2023-03-31 00:09 分类:问答How does ClojureQL compare to clojure.contrib.sql?
It looks like each one covers the basic cases like selecting certain col开发者_StackOverflow中文版umns and filtering by predicate pretty well, but I\'m wondering how each compares for more advanced ca[详细]
2023-02-08 05:51 分类:问答