Commit graph

11 commits

Author SHA1 Message Date
Sean Corfield
abc4d22302 Document next.jdbc.transaction/*nested-tx* fully 2021-03-06 14:28:47 -08:00
Simon Robson
10d6925efd Typos 2021-02-15 11:49:43 +07:00
Sean Corfield
81743f1484 Address #92 by repeating transaction/connection note 2020-02-26 11:56:08 -08: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
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
c43d7f1486 Switch internal links (now that cljdoc has fixed its bug) 2019-04-22 21:18:32 -07:00
Sean Corfield
a0e5c6017a More doc file renaming for cljdoc
Filenames now match the names in the EDN file so that should make life 
simpler!
2019-04-21 17:25:01 -07:00
Sean Corfield
8c51fc20e6 Rename doc files (to match URL versions); fix all doc links
It feels like it ought to be easier to link between docs and have them 
work on both GitHub and cljdoc!
2019-04-21 14:15:07 -07:00
Sean Corfield
2f03b73e2c Document transaction handling 2019-04-20 22:51:16 -07:00
Sean Corfield
2ab35132a7 Document Result Set Builders
And sketch out the remaining documentation outline.
2019-04-20 22:00:40 -07:00