Mark Paluch
c4c823da6e
Remove Jasync from tests.
...
Jasync does not support MySQL's 8.0 caching_sha2_password and there are no plans to support it.
See #594 .
2021-05-03 15:05:29 +02:00
Mark Paluch
285758060b
Upgrade to MySQL 8.0.
...
Switch to a newer MySQL version to use TLSv1.2 as newer JRE versions no longer support TLSv1/TLSv1.1.
Closes #594 .
2021-05-03 15:05:29 +02:00
Greg L. Turnquist
0dc5ccfc24
Authenticate with artifactory.
...
See #571 .
2021-04-22 15:22:40 -05:00
Mark Paluch
cdf49a0760
Polishing.
...
Add unit test.
See #587 .
2021-04-22 11:46:47 +02:00
Grayswan4
30de95efe5
PreparedOperationBindableQuery.bindNull(…) should call bindSpec.bindNull(…).
...
The wrong call is not caught by the compiler due to a bind method that has a signature of (String name, Object value).
Previously, bindNull(…) called bind(…).
Closes #587 .
2021-04-22 11:46:47 +02:00
Mark Paluch
21589a6893
Eagerly check for custom converters when reading rows.
...
We now eagerly check for the presence of custom converters, before attempting to materialize a nested entity when reading a Row.
Closes #585
2021-04-21 09:21:04 +02:00
Mark Paluch
69584dfa0b
After release cleanups.
...
See #571
2021-04-14 14:30:40 +02:00
Mark Paluch
5426b2c2d3
Prepare next development iteration.
...
See #571
2021-04-14 14:30:36 +02:00
Mark Paluch
ad749c74a8
Release version 1.3 GA (2021.0.0).
...
See #571
2021-04-14 14:18:47 +02:00
Mark Paluch
ff83d808db
Prepare 1.3 GA (2021.0.0).
...
See #571
2021-04-14 14:18:21 +02:00
Mark Paluch
db9f167c27
Updated changelog.
...
See #571
2021-04-14 14:18:13 +02:00
Mark Paluch
ecafd6bf6f
Updated changelog.
...
See #572
2021-04-14 11:43:30 +02:00
Mark Paluch
39f182ecba
Updated changelog.
...
See #563
2021-04-14 11:17:38 +02:00
Mark Paluch
635f30a865
Include Entity-state detection documentation snipped from Commons.
...
Closes #579
2021-04-13 15:20:39 +02:00
Mark Paluch
5397152ae9
Polishing.
...
Reformat integration test.
See #573
Original pull request: #574 .
2021-04-06 12:59:54 +02:00
AbstractCoder
b7f9d7cafa
Add Interval to Postgres simple types.
...
io.r2dbc.postgresql.codec.Interval is now considered a simple type.
Closes #573
Original pull request: #574 .
2021-04-06 12:54:50 +02:00
Mark Paluch
41c8a87c2c
Updated changelog.
...
See #564
2021-03-31 18:30:43 +02:00
Mark Paluch
ac816d75a4
After release cleanups.
...
See #562
2021-03-31 17:24:05 +02:00
Mark Paluch
41b2fc284a
Prepare next development iteration.
...
See #562
2021-03-31 17:24:03 +02:00
Mark Paluch
aa5438b3e8
Release version 1.3 RC1 (2021.0.0).
...
See #562
2021-03-31 17:05:07 +02:00
Mark Paluch
54bef33630
Prepare 1.3 RC1 (2021.0.0).
...
See #562
2021-03-31 17:04:34 +02:00
Mark Paluch
33a69c6cd8
Updated changelog.
...
See #562
2021-03-31 17:04:27 +02:00
Mark Paluch
0cd2f9a7f3
Adapt tests to Kotlin 1.3 language pinning.
...
Closes #570
2021-03-30 09:09:28 +02:00
Mark Paluch
f2b4a49729
Update version suffix scheme in readme.
...
Closes #568 .
2021-03-22 10:26:37 +01:00
Mark Paluch
e6b46fd781
Update R2dbcEntityTemplate.selectOne() mentioning IncorrectResultSizeDataAccessException.
...
Closes #566
2021-03-18 09:54:44 +01:00
Mark Paluch
d5f49b19ab
Enable Oracle integration tests.
...
Closes #560
2021-03-18 09:30:02 +01:00
Mark Paluch
f0ae9aa1ae
After release cleanups.
...
See #541
2021-03-17 11:30:30 +01:00
Mark Paluch
f82e55a29c
Prepare next development iteration.
...
See #541
2021-03-17 11:30:28 +01:00
Mark Paluch
bd72ecefa9
Release version 1.3 M5 (2021.0.0).
...
See #541
2021-03-17 11:17:49 +01:00
Mark Paluch
f574c1d2cc
Prepare 1.3 M5 (2021.0.0).
...
See #541
2021-03-17 11:17:26 +01:00
Mark Paluch
e1e95e3972
Updated changelog.
...
See #541
2021-03-17 11:17:18 +01:00
Mark Paluch
5a69a91b1b
Updated changelog.
...
See #543
2021-03-17 11:03:38 +01:00
Mark Paluch
c0a0e96c85
Updated changelog.
...
See #539
2021-03-17 10:35:11 +01:00
Mark Paluch
70c0e305bc
Polishing.
...
See #557
2021-03-17 09:04:54 +01:00
Mark Paluch
855170cefc
Move default Id value cleanup on insert from Converter into R2dbcEntityTemplate.
...
We now check in R2dbcEntityTemplate whether we need to skip the Id value if its value is null or a primitive using its default. Previously, the check was located in the converter. Converting an entity afteri ncrementing the version of a versioned entity would write the Id value as the entity was no longer considered to be new.
Closes #557 .
2021-03-17 09:00:53 +01:00
Mark Paluch
055baaf1d7
Polishing.
...
Make count assertions case-insensitive regarding the count column name. Add missing license headers. Support DatabaseContainer without a database name.
See #230
2021-03-15 10:17:12 +01:00
Mark Paluch
b7a7c2c071
Add support for Oracle's R2DBC driver.
...
We support Oracle's experimental R2DBC driver by providing a dialect including bind markers. Since the driver is not yet available from Maven Central and it requires module-path support for ServiceLoader discovery, we need to apply a few workarounds including absence check for our integration tests.
See #230
2021-03-15 10:14:55 +01:00
Mark Paluch
174c5bdb56
Call Statement.returnGeneratedValues(…) using the ID column name.
...
We now call Statement.returnGeneratedValues(…) with the primary key column name to ensure consistent behavior across all drivers and to avoid non-portable behavior.
Closes #558
2021-03-15 10:05:35 +01:00
Mark Paluch
0c20272e9b
Fully consume insert response.
...
R2dbcEntityTemplate.insert(…) now fully consumes the response from the INSERT call before continuing. Previously, we consumed only the first signal and continued then. A driver could emit a row and then an error signal and so the error signal would go unnoticed.
Closes #552 .
2021-03-09 16:11:07 +01:00
Greg L. Turnquist
d9d92068e5
Polishing.
...
Related #532 .
2021-03-04 18:38:19 -06:00
Greg L. Turnquist
38311c90a9
Polishing.
2021-03-04 15:10:43 -06:00
Greg L. Turnquist
9336d09fe9
Implement Query by Example.
...
Implement Spring Data's Query by Example feature.
See #532 and https://github.com/spring-projects/spring-data-jdbc/issues/929 .
2021-03-04 15:10:43 -06:00
Mark Paluch
9b256ed149
Upgrade to Arabba SR9.
...
Closes #548
2021-03-02 10:48:46 +01:00
Daniel Zou
bd24e5fa0c
Remove .RELEASE suffix from version number in documentation.
...
Closes #546
2021-03-02 10:47:07 +01:00
Christoph Strobl
e1524db017
After release cleanups.
...
See #542
2021-02-18 11:35:22 +01:00
Christoph Strobl
39c7d88101
Prepare next development iteration.
...
See #542
2021-02-18 11:35:20 +01:00
Christoph Strobl
ad6b1e0464
Release version 1.3 M4 (2021.0.0).
...
See #542
2021-02-18 11:25:13 +01:00
Christoph Strobl
9838e9eb0a
Prepare 1.3 M4 (2021.0.0).
...
See #542
2021-02-18 11:24:46 +01:00
Christoph Strobl
5bf749922e
Updated changelog.
...
See #542
2021-02-18 11:24:44 +01:00
Christoph Strobl
6a292f561d
Updated changelog.
...
See #540
2021-02-18 11:18:27 +01:00