Sean Corfield
|
71ea50eff8
|
Clarify get-by-id example per Vincent Cantin
|
2020-07-02 09:39:23 -07:00 |
|
Sean Corfield
|
cacb4bdb4a
|
Various documentation updates!
Fixes `:rewriteBatchedStatement`(`s`) for MySQL!
|
2020-06-30 12:31:28 -07:00 |
|
Sean Corfield
|
7ff03231b8
|
Clarify combining strategy
|
2020-06-29 18:22:34 -07:00 |
|
Sean Corfield
|
e918c36789
|
Typo in 1.0.475 notes
|
2020-06-29 17:58:39 -07:00 |
|
Sean Corfield
|
150acbfb51
|
Prep for 1.1.547
|
2020-06-29 14:03:48 -07:00 |
|
Sean Corfield
|
4a607cbdbb
|
Merge pull request #127 from seancorfield/nested-tx
Fixes #117 by adding control over the behavior of nested transactions
|
2020-06-28 15:13:24 -07:00 |
|
Sean Corfield
|
e9c1bda637
|
Fixes #117 by providing control over nested transactions
|
2020-06-28 15:10:41 -07:00 |
|
Sean Corfield
|
fbbd2b5d4d
|
Merge branch 'develop' into nested-tx
|
2020-06-28 11:42:52 -07:00 |
|
Sean Corfield
|
1ee2238df8
|
Merge pull request #126 from seancorfield/multi-rs
Support multiple result sets
|
2020-06-27 16:13:49 -07:00 |
|
Sean Corfield
|
c09d72f187
|
Fixes #116 by documenting multiple result sets
|
2020-06-27 16:10:23 -07:00 |
|
Sean Corfield
|
112f9622bd
|
Clean up CHANGELOG.md
|
2020-06-27 15:06:19 -07:00 |
|
Sean Corfield
|
b86145f47e
|
Merge branch 'develop' into multi-rs
|
2020-06-27 15:05:34 -07:00 |
|
Sean Corfield
|
bdf69871fc
|
Merge branch 'nested-tx' of github.com:seancorfield/next-jdbc into nested-tx
|
2020-06-27 15:05:09 -07:00 |
|
Sean Corfield
|
3ba67c3f3b
|
Merge branch 'develop' into nested-tx
|
2020-06-27 15:04:30 -07:00 |
|
Sean Corfield
|
53b5619566
|
Quieten fold tests now I've confirmed performance and thread usage
|
2020-06-27 14:35:18 -07:00 |
|
Sean Corfield
|
90a6476e52
|
Use execute-batch! to populate 1000 rows for testing foldable
|
2020-06-27 14:09:54 -07:00 |
|
Sean Corfield
|
7b24e2ff55
|
Extensive foldable tests
|
2020-06-27 13:46:38 -07:00 |
|
Sean Corfield
|
99dd44c2ba
|
Import fj private wrappers from clojure.core.reducers
|
2020-06-27 12:21:02 -07:00 |
|
Sean Corfield
|
bb0447a14e
|
Final optimization on stmt-sql return-keys
|
2020-06-26 23:16:15 -07:00 |
|
Sean Corfield
|
cd3ddc3181
|
Merge branch 'develop' into multi-rs
|
2020-06-26 23:11:13 -07:00 |
|
Sean Corfield
|
c4430abe49
|
Clean up stmt-sql return-keys again
|
2020-06-26 23:04:27 -07:00 |
|
Sean Corfield
|
d6693a9032
|
More stmt-sql bug fixing
|
2020-06-26 22:56:33 -07:00 |
|
Sean Corfield
|
eb5bfef585
|
Restore opts/:return-keys optimization for stmt-sql
|
2020-06-26 22:47:44 -07:00 |
|
Sean Corfield
|
217621cb1c
|
Fix fold statement
|
2020-06-26 22:43:14 -07:00 |
|
Sean Corfield
|
c36858ca95
|
Merge branch 'develop' into multi-rs
|
2020-06-26 22:39:44 -07:00 |
|
Sean Corfield
|
d3b51f9cc6
|
Fixes #125 by supporting fold over plan
|
2020-06-26 22:28:23 -07:00 |
|
Sean Corfield
|
265c624f81
|
Merge branch 'foldable' into develop
|
2020-06-26 22:25:25 -07:00 |
|
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
|
efa37ad84f
|
Use map for some interleaving of combine and join #125
|
2020-06-26 21:31:28 -07:00 |
|
Sean Corfield
|
469eb0959a
|
Switch reduce to r/reduce in folding logic #125
|
2020-06-26 19:32:48 -07:00 |
|
Sean Corfield
|
8085acfcfc
|
Fix conditional PG testing
|
2020-06-26 19:17:21 -07:00 |
|
Sean Corfield
|
0cc88f816b
|
Make PostgreSQL testing suppressable for systems that cannot run EmbeddedPostgreSQL
|
2020-06-26 19:13:38 -07:00 |
|
Sean Corfield
|
53ee1c5367
|
Complete CollFold implementation #125
|
2020-06-26 19:03:57 -07:00 |
|
Sean Corfield
|
0eb183a0a0
|
Prototype of #125 -- foldable result sets!
|
2020-06-26 17:38:58 -07:00 |
|
Sean Corfield
|
25cdb3bc3b
|
Add test of begin/end TSQL script with multiple selects
|
2020-06-26 15:38:35 -07:00 |
|
Sean Corfield
|
d974ed2313
|
Merge branch 'develop' into multi-rs
|
2020-06-25 19:34:20 -07:00 |
|
Sean Corfield
|
41265e634e
|
Merge branch 'develop' into nested-tx
|
2020-06-25 19:33:51 -07:00 |
|
Sean Corfield
|
9987d84210
|
Closes #77 by removing the experimental middleware code
|
2020-06-25 19:22:59 -07:00 |
|
Sean Corfield
|
a66e87aed0
|
Merge branch 'develop' into multi-rs
|
2020-06-25 19:12:11 -07:00 |
|
Sean Corfield
|
74988dcb24
|
Merge branch 'develop' into nested-tx
|
2020-06-25 19:09:58 -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
|
4de1d445ec
|
Address #124 by fixing bug in builder; adding tests
|
2020-06-24 22:25:28 -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
|
5b15215f83
|
Address #124 by adding support for top/limit/offset/fetch
Also allows find where clause to be nil/empty (instead of generating
invalid SQL).
|
2020-06-24 18:55:08 -07:00 |
|
Sean Corfield
|
0cfbb58b2e
|
Clean up multi-rs results
Accept that PostgreSQL does not support this yet.
|
2020-06-24 12:33:32 -07:00 |
|
Sean Corfield
|
9d6e7ab145
|
Remove unused rsn
Since I changed the default multi-result-set format, the result set
number is no longer needed.
|
2020-06-24 12:25:25 -07:00 |
|