Configure our JDBC interface to not downcase column names in result sets.
This commit is contained in:
parent
9f97cc8f2d
commit
14a6a9bebb
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@
|
||||||
(defn open
|
(defn open
|
||||||
[path & {:keys [mode]}]
|
[path & {:keys [mode]}]
|
||||||
(let [spec {:classname "org.sqlite.JDBC"
|
(let [spec {:classname "org.sqlite.JDBC"
|
||||||
|
:identifiers identity
|
||||||
:subprotocol "sqlite"
|
:subprotocol "sqlite"
|
||||||
:subname path}] ;; TODO: use mode.
|
:subname path}] ;; TODO: use mode.
|
||||||
(go-pair
|
(go-pair
|
||||||
|
|
Loading…
Reference in a new issue