Sean Corfield
fbbd2b5d4d
Merge branch 'develop' into nested-tx
2020-06-28 11:42:52 -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
3ba67c3f3b
Merge branch 'develop' into nested-tx
2020-06-27 15:04:30 -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
a66e87aed0
Merge branch 'develop' into multi-rs
2020-06-25 19:12:11 -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
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
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
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
aec0693b14
Default SQL Server DB is model
...
Also update branch references.
2020-06-16 11:28:27 -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
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
Sean Corfield
6d362ab611
Prep for 1.0.462 release
2020-05-31 21:41:44 -07:00
Sean Corfield
cc3988e773
Document all the new datafy/nav stuff
2020-05-31 21:32:03 -07:00
Sean Corfield
6a6e42e9af
Expand datafy/nav and metadata support (work in progress)
2020-05-30 23:44:18 -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
Sean Corfield
ec97d0affb
Add array handling tip to changelog
2020-05-08 10:34:44 -07:00
Sean Corfield
900703a32a
Add component usage to Getting Started
2020-04-29 19:28:59 -07:00
Sean Corfield
8068afab5c
Note Component support in the change log
2020-04-28 17:36:03 -07:00
Sean Corfield
905f7c3e12
Addresses #106 by adding experimental locking in this case
2020-04-27 17:52:11 -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
2574e7e37f
Note MySQL handling of BLOB
2020-03-31 11:58:45 -07:00
Sean Corfield
315d629202
Fixes #102 by supporting keywords in :return-keys
2020-03-27 16:06:38 -07:00
Sean Corfield
f0c4159bff
Support loginTimeout on reified DataSource
2020-03-20 13:51:50 -07:00
Sean Corfield
9947cf9226
Fixes #101 by tightening ::jdbcUrl spec
2020-03-17 10:28:40 -07:00
Sean Corfield
90da9d16a6
Prep for 1.0.409 release
2020-03-16 15:28:44 -07:00