Sean Corfield
77ebb31026
Interleave combine with batch reductions #125
2020-06-26 22:21:49 -07:00
Sean Corfield
68d8f98d26
Document folding over plan #125
2020-06-26 21:31:43 -07:00
Sean Corfield
a4a8602af4
Add examples of :columns usage
2020-06-25 13:09:38 -07:00
Sean Corfield
3c4638a269
Support :columns option to filter results in find/get
2020-06-25 12:48:22 -07:00
Sean Corfield
036ed0deba
Add example of find :all with pagination
2020-06-24 22:56:06 -07:00
Sean Corfield
7dfcb9f9f6
Document #124 pagination and find :all
2020-06-24 22:48:45 -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
2e1e11c025
Prep for 1.0.478 release
2020-06-24 11:26:14 -07:00
Sean Corfield
03792303bc
Fixes #123 by adding type-hinting functions
2020-06-24 11:23:40 -07:00
Sean Corfield
85734ab724
Prep for 1.0.476
...
Extend default options behavior to `next.jdbc.sql` functions.
2020-06-22 23:16:05 -07:00
Sean Corfield
ffc15fb1f6
Prep for 1.0.475 release
2020-06-22 16:43:51 -07:00
Sean Corfield
b9b77bb40f
Fixes #122 by adding next.jdbc/with-options
2020-06-22 16:38:13 -07:00
Sean Corfield
467a0517bb
Remove {} from coord to make it easier to copy'n'paste
2020-06-18 13:03:38 -07:00
Sean Corfield
aec0693b14
Default SQL Server DB is model
...
Also update branch references.
2020-06-16 11:28:27 -07:00
Sean Corfield
509e065fbf
Fixes #115 by providing do-commands example
2020-06-07 10:01:12 -07:00
Sean Corfield
6d362ab611
Prep for 1.0.462 release
2020-05-31 21:41:44 -07:00
Sean Corfield
768ba3ac44
Note impact of datafication on result set metadata function
2020-05-31 21:37:12 -07:00
Sean Corfield
cc3988e773
Document all the new datafy/nav stuff
2020-05-31 21:32:03 -07:00
Sean Corfield
8f6844aa5d
Fix typo in example
2020-05-25 11:36:23 -07:00
Sean Corfield
7bbc626950
Prep for 1.0.445 release
2020-05-23 09:43:07 -07:00
Sean Corfield
91b1b25475
Fixes #110 by documenting the solution
...
In addition to adding `row-number` and `column-names`, this also adds
support for associative access by numeric key and indexed access.
2020-05-23 00:01:39 -07:00
Sean Corfield
e855246ff3
Add example of execute-batch! with :return-keys
2020-05-20 15:07:15 -07:00
Maxim Penzin
63331e3742
link to jdbc docs
2020-05-08 12:32:21 +08:00
Maxim Penzin
87d051fb56
link to jdbc docs
2020-05-08 12:31:05 +08:00
Maxim Penzin
6604692886
tips-and-tricks: SQL Array as Clojure vector example
2020-05-08 12:19:58 +08:00
Maxim Penzin
8d8c7efebb
Parameter type hint in tips-and-tricks
2020-05-08 10:40:53 +08:00
Sean Corfield
900703a32a
Add component usage to Getting Started
2020-04-29 19:28:59 -07:00
Sean Corfield
aa1c8a4cea
Add MySQL-specific streaming tip
2020-04-27 17:48:29 -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
300681bb78
Prep for 1.0.424
2020-04-10 14:36:34 -07:00
Sean Corfield
90aed503bd
More timeout tidying up
2020-04-10 12:50:13 -07:00
Sean Corfield
a3e7b01187
Fixes #103 by documenting timeouts
2020-04-10 12:45:34 -07:00
Sean Corfield
f70d93b156
Surface database metadata handling in Getting Started
2020-04-10 12:07:08 -07:00
Sean Corfield
2fd27d18bd
Improve documentation around next.jdbc.date-time
...
Expands the documentation around each place it is referenced. Expands
the namespace docstring. Adds a mention of it to the result-set
namespace docstring.
2020-04-07 14:29:37 -07:00
Sean Corfield
bf6de1d8da
Merge branch 'master' of github.com:seancorfield/next-jdbc
2020-04-07 13:45:40 -07:00
Sean Corfield
74ce12c5c0
Remove bogus type hints
...
Not sure how/why these ended up in the docs but they are wrong/not
needed.
2020-04-07 13:45:22 -07:00
Jakub Holy
e36e94c020
Clarify timeout is in ms
2020-04-06 12:55:31 +02:00
Sean Corfield
2574e7e37f
Note MySQL handling of BLOB
2020-03-31 11:58:45 -07:00
Sean Corfield
90da9d16a6
Prep for 1.0.409 release
2020-03-16 15:28:44 -07:00
Sean Corfield
780c759541
Complete support for MariaDB #100
...
Adds tests and test dependencies, based on a new environment variable.
Updates change log. Documents difference in generated key return between
MySQL and MariaDB.
2020-03-16 15:19:21 -07:00
Sean Corfield
930b5f0384
Prep for 1.0.405 (documentation)
2020-03-14 16:17:17 -07:00
Sean Corfield
ca37ed5106
Remove extra paren from JSON support code
2020-03-09 11:06:56 -07:00
Sean Corfield
79236b45e5
Improve plan/reduce documentation
...
Also rolls H2 version back so examples work properly. 1.4.200 doesn't
like one of the data types the examples use.
2020-03-08 17:05:13 -07:00
Sean Corfield
db993e0d30
Release 1.0.395
2020-03-02 13:49:11 -08:00
Sean Corfield
85da329bde
Prepare for 1.0.next release
...
Should be 1.0.395
2020-03-02 13:48:19 -08:00
Sean Corfield
3d10e9bdd9
Add mention of next.jdbc.date-time to PostgreSQL Tips & Tricks
2020-03-01 10:14:28 -08:00
Sean Corfield
051bc9bd9c
Fixes #95 by adding notes about/links to next.jdbc.date-time
2020-03-01 10:11:18 -08:00
Sean Corfield
11f03de1f5
Add Tips & Tricks to doc index
2020-02-28 13:26:40 -08:00
Sean Corfield
4d7940a5d3
Reorganize Tips & Tricks after #94
2020-02-28 13:23:06 -08:00
Valtteri Harmainen
32a6b30035
Add docs for working with postgres json and jsonb
2020-02-28 22:53:22 +02:00