Sean Corfield
a568f0fa87
Fix typo in docstring
2021-06-09 17:01:19 -07:00
Sean Corfield
8d02bd68f0
Fix typos in Getting Started
2021-06-02 12:38:43 -07:00
Sean Corfield
aea0d1d22f
Document with-logging
2021-05-21 13:49:27 -07:00
Sean Corfield
b961ef0451
Add optional result logging and state passthru
2021-05-20 18:37:42 -07:00
Sean Corfield
92db8477bf
Add experimental with-logging wrapper
2021-05-20 17:31:20 -07:00
Sean Corfield
338f2f2402
Add GitHub Actions CI badge
2021-05-11 18:30:15 -07:00
Sean Corfield
1792eefe17
Update CLI version for CircleCI
2021-05-11 18:09:56 -07:00
Sean Corfield
277409dbd6
Back off setup-java@v2
2021-05-09 14:11:17 -07:00
Sean Corfield
b5b1a1e371
Update dependencies
2021-05-09 13:49:45 -07:00
Sean Corfield
5c1fb1514b
Update test-runner
2021-05-09 11:40:26 -07:00
Sean Corfield
1177b4ad44
Prep for 1.2.659
2021-05-05 12:49:18 -07:00
Sean Corfield
38f46e9cc1
Update pom.xml to reflect CSK dep
2021-05-03 22:59:03 -07:00
Sean Corfield
800baf3085
Fixes #164 by making CSK dependency direct
2021-05-02 19:46:56 -07:00
Sean Corfield
ca5d67f701
Add GraalVM 21.1.0; consolidate; add java16
2021-04-30 09:04:20 -07:00
Sean Corfield
e8759ceabf
Fixes #162 by testing against GraalVM
2021-04-29 21:22:32 -07:00
Sean Corfield
1f5e79b294
Add PR #
2021-04-25 13:35:26 -07:00
Sean Corfield
fb5bb32044
Note Interval handling tip for PG
2021-04-25 13:34:39 -07:00
Sean Corfield
461f712182
Merge pull request #163 from snorremd/develop
...
Document PGInterval to Duration handling for postgres
2021-04-25 13:32:48 -07:00
Snorre Magnus Davøen
fed6e671f9
Document PGInterval to Duration handling for postgres
...
Postgres supports a non-standard Interval type which is implemented as
the PGInterval type in the postgres jdbc driver. Many users would likely
want to deal with intervals as the standard java.time.Duration type. How
this can be done is documented under tips & tricks.
Signed-off-by: Snorre Magnus Davøen <post@snorre.io>
2021-04-25 13:38:13 +02:00
Sean Corfield
91dda2cdae
Document stateful transduce issues: Fixes #149
2021-03-24 23:45:54 -07:00
Sean Corfield
1edba5079a
Minor library version updates
2021-03-21 11:55:43 -07:00
Sean Corfield
1d3fd03ae8
Wordsmithing
2021-03-18 14:17:28 -07:00
Sean Corfield
c0c2522e28
Add example JDBC drivers/versions
2021-03-18 14:15:54 -07:00
Sean Corfield
00a6a4561b
Prep for 1.1.646 release
2021-03-15 17:13:34 -07:00
Sean Corfield
7e13e719ce
Fixes #161 by adding batch execution for connectable/SQL
2021-03-15 15:16:59 -07:00
Sean Corfield
21ca944b24
Add API ref link; link to older docs
2021-03-08 10:39:12 -08:00
Sean Corfield
c7881fe078
Prep for 1.1.643; switch to com.github.seancorfield
2021-03-06 15:15:41 -08:00
Sean Corfield
dd62b5fcff
Fixes #158 by documenting allowMultiQueries for MySQL
2021-03-06 15:01:05 -08:00
Sean Corfield
abc4d22302
Document next.jdbc.transaction/*nested-tx* fully
2021-03-06 14:28:47 -08:00
Sean Corfield
09382ea879
Ignore .lsp
2021-02-27 23:09:13 -08:00
Sean Corfield
d943549758
Merge pull request #160 from simonrobson/transaction-doc-typos
...
Typos
2021-02-14 20:56:49 -08:00
Simon Robson
10d6925efd
Typos
2021-02-15 11:49:43 +07:00
Sean Corfield
63a78f5610
Merge pull request #159 from viesti/patch-1
...
Add rs/ alias to clob->string example
2021-02-01 09:58:45 -08:00
Kimmo Koskinen
e956428ac4
Add rs/ alias to clob->string example
2021-02-01 19:03:16 +02:00
Sean Corfield
04be334a2e
Minor pom.xml cleanup
2021-01-30 08:35:56 -08:00
Sean Corfield
63eda11e07
Ignore Rebel Readline history file
2021-01-30 16:39:39 -08:00
Sean Corfield
a1e51bf007
Fix #157 by adding next.jdbc/execute-batch!
...
This breaks the circular dependency completely.
`next.jdbc.prepare/execute-batch!` is deprecated.
2021-01-30 16:36:05 -08:00
Sean Corfield
e54044e1e6
Addresses #157 by using the volatile hack
2021-01-29 17:18:10 -08:00
Sean Corfield
dc240652fc
It's 2021
2021-01-29 16:13:05 -08:00
Sean Corfield
268a4b9193
Auto-sync pom
2021-01-29 14:56:26 -08:00
Sean Corfield
8d3758b5aa
Minor version/tooling updates
2021-01-29 13:16:46 -08:00
Sean Corfield
a3fe68e3d1
Merge branch 'develop' of github.com:seancorfield/next-jdbc into develop
2021-01-23 15:53:05 -08:00
Sean Corfield
b9a4d0e12d
Add warn-on-reflection where it was missing
2021-01-23 15:53:01 -08:00
Sean Corfield
d618942ea5
Merge pull request #153 from laurio/fix/some-typos
...
fix some typos
2021-01-05 09:18:12 -08:00
Lauri Oherd
1ed8bfcebd
fix some typos
2021-01-05 14:08:40 +02:00
Sean Corfield
42ad0eab29
Merge pull request #152 from laurio/patch-1
...
Fix typo
2021-01-03 21:01:08 -08:00
Lauri Oherd
102aed61d4
Fix typo
2021-01-04 06:53:32 +02:00
Sean Corfield
ca8c1e4f18
Add JDKs 15, 16, 17 to testing matrix
2020-12-22 13:34:32 -08:00
Sean Corfield
fff8c99624
Merge pull request #151 from alexandrkozyrev/patch-1
...
Update friendly-sql-functions.md
2020-12-16 09:25:45 -08:00
alexandrkozyrev
4bd71d96c9
Update friendly-sql-functions.md
2020-12-16 14:47:15 +03:00