Sean Corfield
79d6f5ef29
Improve documentation around :dbtype
...
Expose `next.jdbc.connection/dbtypes` which is a table of all known
`:dbtype` values and their driver class names, ports, etc.
2019-07-10 11:54:13 -07:00
Sean Corfield
29d46439e6
Fixes #40 by adding next.jdbc.prepare/execute-batch!
2019-07-09 16:00:10 -07:00
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
Sean Corfield
67f39638a0
Updated insert-multi! doc page to match docstring
2019-07-08 17:22:53 -07:00
Sean Corfield
58aeff56f7
Updated insert-multi! docstring
...
Removed caveat about batching (doesn't apply) but added caveat about
size/parameter limits.
2019-07-08 17:21:28 -07:00
Sean Corfield
dcb632d7cf
Make it clear that next.jdbc.prepare/create should not be called
2019-07-08 12:40:19 -07:00
Sean Corfield
c1ad86c822
Merge pull request #38 from nwjsmith/patch-1
...
Fix typo
2019-07-04 08:24:11 -07:00
Nate Smith
06ec572b22
Fix typo
2019-07-04 11:14:19 -04:00
Sean Corfield
0af95dc507
Release 1.0.1@89af17ef31750db42ac0e15c9e1242eff9e1b978
2019-07-03 20:49:02 -07:00
Sean Corfield
89af17ef31
Prep for 1.0.1 release
2019-07-03 20:30:29 -07:00
Sean Corfield
ba4dc837e1
Fixes #33 by improving specs
2019-07-02 18:50:25 -07:00
Sean Corfield
1fe7e92df2
Fixes #34 by adding save point tests
...
And updating the Transactions documentation to show save point examples.
2019-07-02 18:36:00 -07:00
Sean Corfield
1cec0a2643
Fixes #37 ; Fixes #36
...
* Fix `with-transaction` spec and how it invokes `transact` when no
options map is provided.
* Adds type hint to `with-transaction`.
* Document manual rollback of transactions.
2019-07-02 16:45:48 -07:00
Sean Corfield
85eba1bb2f
Fixes #35 by documenting the DB-specific insert multi options
2019-06-28 19:18:26 -07:00
Sean Corfield
8ed575db5b
Merge pull request #32 from jreighley/patch-1
...
Correct beta release date.
2019-06-13 11:28:27 -06:00
jreighley
eb50d536f7
Correct beta release date.
...
beta appears to have been released May 24, not June 24th.
2019-06-13 09:49:14 -07:00
Sean Corfield
43f7463799
Release 1.0.0@9280b9ab4753a62e14b564df0797c124af14e4ad
2019-06-12 22:09:46 -07:00
Sean Corfield
9280b9ab47
Correct code reference
2019-06-12 22:03:26 -07:00
Sean Corfield
5448d49d74
Prep for 1.0.0 gold release
2019-06-12 21:49:09 -07:00
Sean Corfield
e1b42b1804
Address #31 by improving string representation of reified objects
...
At least this should give a hint as to what you did wrong...
2019-06-11 16:47:58 -07:00
Sean Corfield
a09612cebe
Some doc clarifications
2019-06-08 18:11:16 -07:00
Sean Corfield
d50917fc9f
Default Clojure is 1.10.1
2019-06-08 18:10:52 -07:00
Sean Corfield
24c2553b87
Create CODE_OF_CONDUCT.md
2019-06-08 17:50:14 -07:00
Sean Corfield
3919971930
Add issue templates
2019-06-08 17:48:00 -07:00
Sean Corfield
22a3f2bb5f
Fix #26 by adding datafiable-result-set
...
This makes handling metadata result sets much easier.
2019-06-08 15:09:42 -07:00
Sean Corfield
b4331146ff
Stop Joker flagging some ns as unused
...
These are pulled into `next.jdbc` to extend/implement protocols only.
2019-06-07 17:39:58 -07:00
Sean Corfield
88fcaa5869
Add example of custom naming via result set builder
2019-06-06 09:48:00 -07:00
Sean Corfield
8405193209
Improve migration docs
2019-06-04 18:39:18 -07:00
Sean Corfield
5aec053fac
1.0.0-rc1 is no longer "upcoming"
2019-06-04 18:12:16 -07:00
Sean Corfield
cb4a63b73d
Release 1.0.0-rc1@3b5bfc6d17e2f977bb044714f38f0b2e4f909629
2019-06-04 18:11:04 -07:00
Sean Corfield
3b5bfc6d17
Prep for 1.0.0-rc1 release
2019-06-04 18:03:44 -07:00
Sean Corfield
b64fbf35ff
Fix #30 by adding modified builders
...
Adds `:label-fn` and `:qualifier-fn` options, and `as-modified-*`
builder variants.
2019-06-04 18:01:19 -07:00
Sean Corfield
fa31d7ef37
Note doc updates in change log
2019-06-04 10:46:00 -07:00
Sean Corfield
c833287270
Merge pull request #28 from jameslintaylor/master
...
Correct documentation for `transact` and `with-transaction`
2019-06-03 09:37:02 -06:00
Sean Corfield
8c973bace0
Merge pull request #29 from sooheon/patch-1
...
Tiny typo in docs
2019-06-03 09:35:10 -06:00
Sooheon Kim
cbcd419672
Tiny typo in docs
2019-06-02 21:20:14 -07:00
jet
df1c38c03f
Correct documentation for transact and with-transaction
...
Previously both functions were documented as taking a `Connectable`
object. This amends the documentation as well as the fn signature to
take a `Transactable` object.
2019-06-02 12:07:01 -04:00
Sean Corfield
cbf10e581b
Put unreleased changes at the top
2019-05-29 19:28:04 -07:00
Sean Corfield
efe122e02a
Docs update for upcoming release
2019-05-29 19:26:40 -07:00
Sean Corfield
33800c0850
Minor cleanup
2019-05-29 19:23:35 -07:00
Sean Corfield
13ed4eb6a6
Merge pull request #25 from seancorfield/issue-24
...
Fix #24 by adding type hints at the top level
2019-05-29 13:55:20 -07:00
Sean Corfield
382d1bef10
Fix #24 by adding type hints
2019-05-29 13:51:11 -07:00
Sean Corfield
fdfb0697ec
Address #24 by setting warn on reflection in tests
...
This highlights the reflection on `.close` (in the connection tests).
2019-05-29 09:04:21 -07:00
Sean Corfield
792bf242d7
Add a stub test namespace for specs
...
Just for consistency and completion.
2019-05-26 16:15:33 -07:00
Sean Corfield
8db9689dff
Simplify deps/CircleCI setup
...
User -R to get deps for caching, then -A to actually run tests
2019-05-26 16:04:39 -07:00
Sean Corfield
a43c2876d3
Attempt to clarify differences in option handling
2019-05-25 21:14:29 -07:00
Sean Corfield
d23e91221f
Merge pull request #23 from seancorfield/issue-22
...
Fix #22 by adding next.jdbc.optional
2019-05-25 19:20:30 -07:00
Sean Corfield
d4e5ed6ee4
Correct :as-arrays? migration note
2019-05-25 19:19:19 -07:00
Sean Corfield
6a9df0f4aa
Fix #22 by adding next.jdbc.optional
...
Includes four `as*maps` builders that omit `NULL` columns completely
from the returned row hash maps.
2019-05-25 19:16:30 -07:00
Sean Corfield
3522f360d1
Release 1.0.0-beta1@de0afef8139e92c9dec8406981d88eefc1c83343
2019-05-25 14:51:21 -07:00