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
c833287270
Merge pull request #28 from jameslintaylor/master
...
Correct documentation for `transact` and `with-transaction`
2019-06-03 09:37:02 -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
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
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
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
45f25d1912
Clean up and small doc improvements
2019-05-10 14:17:49 -07:00
Sean Corfield
ff94962e27
Fixes #18 by cleaning up connection properties better.
2019-05-04 23:59:48 -07:00
Sean Corfield
2d045b0c95
Alpha 12; fixes #17 ; improves docs
2019-04-26 22:46:42 -07:00
Sean Corfield
eb981d5726
Another pass over documentation and docstrings
2019-04-26 22:42:27 -07:00
Sean Corfield
ee2fcc47ab
Fixes #17 by changing sql-string to sql-params
2019-04-26 10:34:26 -07:00
Sean Corfield
adc1abab8d
Prep for 1.0.0-alpha11 release
...
cljdoc failed on alpha10 because `cljdoc.edn` had the wrong filename.
2019-04-24 16:05:03 -07:00
Sean Corfield
a216bfcb16
Prep for 1.0.0-alpha10 release
2019-04-24 15:57:20 -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
b5f0ef4daa
Address #15 by documenting new option
...
The internal `:next.jdbc/sql-string` option is documented as passed into
the builder functions.
2019-04-24 10:09:07 -07:00
Sean Corfield
13ad917864
Fix #15 by passing SQL string to builders
...
Adds internal `:next.jdbc/sql-string` option.
2019-04-24 10:07:52 -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
e091321696
Alpha 8; with correct Getting Started instructions!
2019-04-21 18:19:08 -07:00
Sean Corfield
afb62a2884
Fix artifact name in the docs! Doh!
2019-04-21 18:18:10 -07:00
Sean Corfield
f4eefbaeac
Final doc cleanup prior to initial public announcement
2019-04-21 18:08:09 -07:00
Sean Corfield
f4573f5f95
Alpha 7; clean up deps
...
If this also fixes the cljdoc issues, I think we'll be ready for an
announcement on Monday!
2019-04-21 17:37:22 -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
d05462895f
Alpha 6; expand testing to multiple DB types
...
Now tests: Derby, H2 in-memory (as before), H2 on-disk, HSQLDB, and
SQLite.
2019-04-21 17:12:43 -07:00
Sean Corfield
2badd9f835
Big docstring cleanup
2019-04-21 16:13:52 -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
03b09f6e03
Alpha 5; fixes #12 by adding :order-by option to for-query
2019-04-21 13:42:33 -07:00
Sean Corfield
cc0e33413d
Add cljdoc badge; fix typo in EDN file
2019-04-21 13:12:21 -07:00
Sean Corfield
c2c798770a
Alpha 4; fixes #11 by adding schema meta-quoting function
2019-04-21 13:00:03 -07:00
Sean Corfield
bdbf23a568
Document all (most!) of the differences from clojure.java.jdbc
2019-04-21 01:23:29 -07:00
Sean Corfield
6f637b4e36
Start documenting differences/migration more seriously
2019-04-21 00:48:16 -07:00
Sean Corfield
8564674653
Another attempt to satisfy cljdoc
2019-04-21 00:04:04 -07:00
Sean Corfield
cba8ee7230
Correct SCM for cljdoc
2019-04-20 23:49:26 -07:00
Sean Corfield
c229fa28e0
Document all the options for the library!
2019-04-20 23:34:36 -07:00
Sean Corfield
ea7d42741b
Note SettableParameter can be extended via metadata
2019-04-20 23:34:19 -07:00
Sean Corfield
2f03b73e2c
Document transaction handling
2019-04-20 22:51:16 -07:00
Sean Corfield
d688e639d0
Document prepared statement handling
2019-04-20 22:28:21 -07:00
Sean Corfield
2ab35132a7
Document Result Set Builders
...
And sketch out the remaining documentation outline.
2019-04-20 22:00:40 -07:00
Sean Corfield
954ef5ad47
Add cljdoc config
2019-04-20 17:55:31 -07:00
Sean Corfield
4640da228a
Document next.jdbc.sql namespace
2019-04-20 17:55:16 -07:00
Sean Corfield
3102e9a074
Fix typo in Getting Started
2019-04-20 17:53:59 -07:00
Sean Corfield
684521ab1e
Initial Getting Started documentation
2019-04-20 16:03:32 -07:00
Sean Corfield
6e08557d92
Add docstrings to everything
2019-03-31 23:17:12 -07:00
Sean Corfield
a8c1c37cfd
Baseline project setup
2019-01-07 20:38:58 -08:00