Commit graph

32 commits

Author SHA1 Message Date
Sean Corfield
03194a68fe remove superfluous prev/next page links
cljdoc adds these automatically now.
2021-07-29 22:56:26 -07:00
Sean Corfield
5a5730a71b improve readability based on feedback 2021-07-19 10:25:32 -07:00
Sean Corfield
1dd46cf1d8 add emphasis 2021-07-18 18:54:58 -07:00
Sean Corfield
f9a05acb16 fixes #171 by documenting tx diffs in migration 2021-07-18 17:14:03 -07:00
Sean Corfield
abc4d22302 Document next.jdbc.transaction/*nested-tx* fully 2021-03-06 14:28:47 -08:00
Sean Corfield
cacb4bdb4a Various documentation updates!
Fixes `:rewriteBatchedStatement`(`s`) for MySQL!
2020-06-30 12:31:28 -07:00
Sean Corfield
b9b77bb40f Fixes #122 by adding next.jdbc/with-options 2020-06-22 16:38:13 -07:00
Sean Corfield
509e065fbf Fixes #115 by providing do-commands example 2020-06-07 10:01:12 -07:00
Sean Corfield
126ac58c34 Fixes #88 by calling 1-arity keyword
Also supports calling `:qualifier-fn` on an empty table name.
2020-02-26 11:48:42 -08:00
Sean Corfield
9f7a3f5906 Apply #85 to the migration guide too 2020-01-17 10:44:59 -08:00
Sean Corfield
c7e2e61bb6 Make "notes" consistent in formatting 2019-11-26 11:12:37 -08:00
Sean Corfield
bb3048f8f8 More documentation improvements 2019-11-08 11:12:17 -08:00
Sean Corfield
b5048cca85 Improve migration docs
`next.jdbc.connection` namespace docstring now mentions `dbtypes` and 
`->pool`. **Primary API** in the migration doc now explicitly recommends 
using a datasource for piecemeal migration.
2019-11-08 10:20:28 -08:00
Lauri Oherd
5f1d081af9
fix link
fix link to all-the-options.md file
2019-10-17 16:18:21 +03:00
Sean Corfield
222449c9a9 Fixes #68 by clarifying docs around :next.jdbc/update-count 2019-10-01 10:53:23 -07:00
Sean Corfield
8cb05f4495 Fix #63 by adding caveats to qualified column name docs 2019-09-14 18:13:39 -07:00
Sean Corfield
e173e397d2 Note the jdbc: prefix difference 2019-09-06 02:01:47 -07:00
Sean Corfield
5424353f2d Clarify position on default options
I.e., write your own wrapper if you want to globally override options.
2019-07-24 22:49:24 -07:00
Sean Corfield
5cadd9248b Improve migration docs for with-transaction 2019-07-16 12:36:19 -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
8405193209 Improve migration docs 2019-06-04 18:39:18 -07:00
Sean Corfield
a43c2876d3 Attempt to clarify differences in option handling 2019-05-25 21:14:29 -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
a32c5b9e66 Address #16 by renaming reducible! to plan for Beta 1 2019-05-22 16:22:14 -07:00
Sean Corfield
45f25d1912 Clean up and small doc improvements 2019-05-10 14:17:49 -07:00
Sean Corfield
eb981d5726 Another pass over documentation and docstrings 2019-04-26 22:42:27 -07:00
Sean Corfield
801061afa8 Document the datafy/nav/:schema stuff 2019-04-24 15:51:30 -07:00
Sean Corfield
cf75268087 Rename :gen-fn to :builder-fn 2019-04-24 14:22:35 -07:00
Sean Corfield
c43d7f1486 Switch internal links (now that cljdoc has fixed its bug) 2019-04-22 21:18:32 -07:00
Sean Corfield
2c018654d3 Alpha 9; fixes #14; improves protocol docstrings
* Move documentation from `ns` into `defprotocol` and the method 
declarations.
* Indicate which protocols may be extended via metadata 
(`SettableParameter` and `Sourceable`).
2019-04-22 17:41:31 -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
Renamed from doc/differences.md (Browse further)