Sean Corfield
|
164572969b
|
Fixes #167 by adding property separator
|
2021-06-09 19:14:41 -07:00 |
|
Sean Corfield
|
7e13e719ce
|
Fixes #161 by adding batch execution for connectable/SQL
|
2021-03-15 15:16:59 -07:00 |
|
Sean Corfield
|
a1e51bf007
|
Fix #157 by adding next.jdbc/execute-batch!
This breaks the circular dependency completely.
`next.jdbc.prepare/execute-batch!` is deprecated.
|
2021-01-30 16:36:05 -08:00 |
|
Lauri Oherd
|
1ed8bfcebd
|
fix some typos
|
2021-01-05 14:08:40 +02:00 |
|
Sean Corfield
|
fdeea5c0e9
|
Fixes #139 by adding select! and select-one!
|
2020-09-09 12:29:33 -07:00 |
|
Sean Corfield
|
734c4bfada
|
Fixes #133 by adding :return-generated-keys to execute-batch!
|
2020-07-22 13:01:51 -07:00 |
|
Sean Corfield
|
cacb4bdb4a
|
Various documentation updates!
Fixes `:rewriteBatchedStatement`(`s`) for MySQL!
|
2020-06-30 12:31:28 -07:00 |
|
Sean Corfield
|
c09d72f187
|
Fixes #116 by documenting multiple result sets
|
2020-06-27 16:10:23 -07:00 |
|
Sean Corfield
|
3c4638a269
|
Support :columns option to filter results in find/get
|
2020-06-25 12:48:22 -07:00 |
|
Sean Corfield
|
26b8fa1600
|
Fixes #124 by supporting pagination
Support `:all` in `find-by-keys`. Document all these options. Update the
specs.
|
2020-06-24 19:27:32 -07:00 |
|
Sean Corfield
|
e855246ff3
|
Add example of execute-batch! with :return-keys
|
2020-05-20 15:07:15 -07:00 |
|
Sean Corfield
|
d3f126145b
|
Reword :fetch-size description
The "zero or negative" wording dates back to `clojure.java.jdbc` and was
a bit misleading.
|
2020-04-22 12:41:15 -07:00 |
|
Sean Corfield
|
90aed503bd
|
More timeout tidying up
|
2020-04-10 12:50:13 -07:00 |
|
Jakub Holy
|
e36e94c020
|
Clarify timeout is in ms
|
2020-04-06 12:55:31 +02: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
|
789bf1fae6
|
Added streaming options for PostgreSQL to Tips & Tricks
|
2020-02-12 12:43:57 -08:00 |
|
Sean Corfield
|
79d2772e14
|
Attempt to clarify when prepared statements are created
|
2019-12-25 21:16:24 -08:00 |
|
Sean Corfield
|
a2ba8ff780
|
Fixes #82 and adds next.jdbc.prepare/statement
|
2019-12-20 15:45:22 -08:00 |
|
Sean Corfield
|
c7e2e61bb6
|
Make "notes" consistent in formatting
|
2019-11-26 11:12:37 -08:00 |
|
Sean Corfield
|
6450bfa0f2
|
Clarify :result-type/:concurrency interaction
Also further clarify MS SQL Server behavior.
|
2019-11-13 09:52:32 -08:00 |
|
Sean Corfield
|
8cb05f4495
|
Fix #63 by adding caveats to qualified column name docs
|
2019-09-14 18:13:39 -07:00 |
|
Sean Corfield
|
7d936bec46
|
Note HikariCP needs :username
|
2019-09-06 01:50:20 -07:00 |
|
Sean Corfield
|
4f147bdcb9
|
More documentation tweaks
Mostly about `execute-batch!`.
|
2019-07-20 19:26:06 -07:00 |
|
Sean Corfield
|
8e4ef3033c
|
Note :none as possible value for :host
|
2019-07-15 13:51:23 -07:00 |
|
Sean Corfield
|
44dba4f29c
|
Fixes #46 by allowing :host :none
Also adds `:dbname-separator` and `:host-prefix` for fine-grained
control over the JDBC URL format.
|
2019-07-11 15:43:49 -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 |
|
Sooheon Kim
|
cbcd419672
|
Tiny typo in docs
|
2019-06-02 21:20:14 -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
|
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
|
f4eefbaeac
|
Final doc cleanup prior to initial public announcement
|
2019-04-21 18:08:09 -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 |
|