diff options
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -243,7 +243,7 @@ be the return value of the associated query function call (`deref`, As a result of this, the `use-jdbc!` function has been removed. To connect to a database via jdbc use this: - `(set-default-query-executor (clojure-sql.jdbc/jdbc-executor "connection-string"))` + `(q/set-default-query-executor! (clojure-sql.jdbc/jdbc-executor "connection-string"))` * `sort` can now sort on arbitrary expressions, not just fields |