Commit graph

521 commits

Author SHA1 Message Date
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
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
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
Sean Corfield
2a8571bb14 Merge branch 'develop' into multi-rs 2020-06-24 12:01:43 -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
2b0515f657 Baseline to 1.0.476 2020-06-22 23:25:35 -07:00
Sean Corfield
7f702c96fe Merge branch 'develop' into multi-rs 2020-06-22 23:25:12 -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
aed1938e89 Merge branch 'develop' into multi-rs 2020-06-22 17:06:01 -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
15ddd15fe9 Remove {} from deps example 2020-06-18 19:14:10 -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
a56c18d531 Clean up stmt-sql and :return-keys handling 2020-06-07 12:35:03 -07:00
Sean Corfield
067919a296 Roll multi-rs across execute-all for all types 2020-06-07 12:13:32 -07:00
Sean Corfield
92f7923a2a Merge branch 'master' into multi-rs
# Conflicts:
#	test/next/jdbc/test_fixtures.clj
2020-06-07 10:05:33 -07:00
Sean Corfield
4045e18f3e Fix potential reflection warnings from use of next.jdbc.prepare/statement 2020-06-07 10:02:20 -07:00
Sean Corfield
509e065fbf Fixes #115 by providing do-commands example 2020-06-07 10:01:12 -07:00
Sean Corfield
cfd403301f Improve readability of informational messages in tests 2020-06-07 09:40:05 -07:00
Sean Corfield
35fc00d4b3 Fixes #119 by improving docstrings 2020-06-07 09:39:04 -07:00
Sean Corfield
e201abdc1e Merge jTDS, updated PostgreSQL testing to multi-rs 2020-06-06 17:26:28 -07:00
Sean Corfield
6167440500 jTDS support; PostgreSQL 12.2.0 support 2020-06-06 17:16:17 -07:00