Remove spurious comment in test
This commit is contained in:
parent
b0b9e53352
commit
1b2ce9767e
1 changed files with 0 additions and 1 deletions
|
|
@ -244,7 +244,6 @@
|
||||||
(partition-all 2)
|
(partition-all 2)
|
||||||
(map #(map rs/row-number %)))
|
(map #(map rs/row-number %)))
|
||||||
(p/-execute (ds) ["select * from fruit"]
|
(p/-execute (ds) ["select * from fruit"]
|
||||||
;; we do not need a real builder here...
|
|
||||||
(cond-> {:builder-fn rs/as-arrays}
|
(cond-> {:builder-fn rs/as-arrays}
|
||||||
(derby?)
|
(derby?)
|
||||||
(assoc :concurrency :read-only
|
(assoc :concurrency :read-only
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue