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
|
3464fca0a2
|
Merge branch 'develop' into nested-tx
|
2020-06-24 11:59:36 -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
|
71283ce437
|
Baseline to 1.0.476
|
2020-06-22 23:24:56 -07:00 |
|
Sean Corfield
|
c7b4bf06c2
|
Merge branch 'develop' into nested-tx
|
2020-06-22 23:24:09 -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
|
decabae0ab
|
Restore WIP CHANGELOG
|
2020-06-22 17:04:33 -07:00 |
|
Sean Corfield
|
7a06e9cca8
|
Merge develop -> nested-tx
|
2020-06-22 17:00: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
|
2d727cc1ac
|
Merge branch 'master' into nested-tx
|
2020-06-07 10:03:27 -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
|
751c967741
|
Merge jTDS, updated PostgreSQL to nested-tx
|
2020-06-06 17:28:19 -07:00 |
|
Sean Corfield
|
fd37ed8d19
|
Merge branch 'master' into nested-tx
|
2020-06-06 17:26:53 -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 |
|
Sean Corfield
|
5e98c828a5
|
Add jTDS testing
|
2020-06-06 17:06:11 -07:00 |
|
Sean Corfield
|
73aea0ceef
|
Add in jTDS tests
|
2020-06-06 17:05:27 -07:00 |
|
Sean Corfield
|
326977dddc
|
:multi-rs truthy defaults to sequnce; :delimited available #116
|
2020-06-06 17:01:13 -07:00 |
|
Sean Corfield
|
ec31aaa427
|
Add in jTDS tests
|
2020-06-06 17:01:07 -07:00 |
|
Sean Corfield
|
9240d41ed6
|
Rename/cleanup log4j2 config
|
2020-06-06 17:00:59 -07:00 |
|
Sean Corfield
|
0a27e51f37
|
First steps to multiple result sets #116
|
2020-06-06 17:00:52 -07:00 |
|
Sean Corfield
|
f5f05ad537
|
Add Linux and Windows (embedded) PostgreSQL 12.2.0
|
2020-06-06 17:00:46 -07:00 |
|
Sean Corfield
|
3a6539f3e2
|
Switch to zonky embedded PG; add jtds testing; add logging control
|
2020-06-06 17:00:39 -07:00 |
|
Sean Corfield
|
7c0cee09bf
|
Issue #117 sketch of dynamic nested transaction behavior
|
2020-06-06 16:57:25 -07:00 |
|
Sean Corfield
|
4342bb76da
|
Fix java.data dep in pom.xml
|
2020-05-31 21:48:04 -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
|
d24dd892dd
|
Merge pull request #113 from seancorfield/java.data-next
Expand datafication; leverage new exception handling in java.data
|
2020-05-31 18:24:42 -07:00 |
|