next-jdbc/src/next/jdbc
Sean Corfield 7184ef996c Fixes #41; Addresses #40; Expand prepared statement documentation
* Combine adjacent `with-open` calls.
* Show how `set-parameters` is used.
* Add a section on batched parameters, with their caveats, and how to 
use them.
2019-07-08 20:48:56 -07:00
..
connection.clj Address #31 by improving string representation of reified objects 2019-06-11 16:47:58 -07:00
optional.clj Fix #30 by adding modified builders 2019-06-04 18:01:19 -07:00
prepare.clj Make it clear that next.jdbc.prepare/create should not be called 2019-07-08 12:40:19 -07:00
protocols.clj Fix #24 by adding type hints 2019-05-29 13:51:11 -07:00
quoted.clj Address #24 by setting warn on reflection in tests 2019-05-29 09:04:21 -07:00
result_set.clj Fixes #41; Addresses #40; Expand prepared statement documentation 2019-07-08 20:48:56 -07:00
specs.clj Fixes #33 by improving specs 2019-07-02 18:50:25 -07:00
sql.clj Fixes #41; Addresses #40; Expand prepared statement documentation 2019-07-08 20:48:56 -07:00
transaction.clj Fixes #37; Fixes #36 2019-07-02 16:45:48 -07:00