Commit graph

452 commits

Author SHA1 Message Date
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
Sean Corfield
de0afef813 Prepare for Beta 1
Primarily a documentation update pass, since the code changes were 
already made.
2019-05-24 16:54:10 -07:00
Sean Corfield
b831525948 Remove leftover REPL debugging code 2019-05-23 10:05:27 -07:00
Sean Corfield
704fb899e3 Add #3 to unreleased change list 2019-05-22 16:58:36 -07:00
Sean Corfield
f846757536 Note the readme/docs are already updated for Beta 1 2019-05-22 16:29:34 -07:00
Sean Corfield
a32c5b9e66 Address #16 by renaming reducible! to plan for Beta 1 2019-05-22 16:22:14 -07:00
Sean Corfield
146539528a Include spec support in Getting Started for #21 2019-05-21 22:17:35 -07:00
Sean Corfield
656a0d8d9a Add namespace docstring for new specs 2019-05-21 21:55:10 -07:00
Sean Corfield
adf5a03e05 Address #21 by adding next.jdbc.specs
Docs still need to be updated for this!
2019-05-21 21:45:05 -07:00
Sean Corfield
45f25d1912 Clean up and small doc improvements 2019-05-10 14:17:49 -07:00
Sean Corfield
ca677b2937 Add CircleCI status badge 2019-05-10 13:46:10 -07:00