diff options
author | Carlo Zancanaro <carlo@clearboxsystems.com.au> | 2013-11-12 17:05:56 +1100 |
---|---|---|
committer | Carlo Zancanaro <carlo@clearboxsystems.com.au> | 2013-11-12 17:05:56 +1100 |
commit | b99379ed94d7c4f2ae9dc208a2d322632f2898f0 (patch) | |
tree | 81e708fdcc3866597c9dfd5cc5251476708ee742 | |
parent | fe513564989d9151a79d5494f2958ae190c20d02 (diff) |
Potentially misleading typo
-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 |