Commit Graph

595 Commits

Author SHA1 Message Date
Jens Schauder
843e2f87f2 Release version 1.2.12 (2020.0.12).
See #623
2021-08-12 10:25:55 +02:00
Jens Schauder
991e0f3092 Prepare 1.2.12 (2020.0.12).
See #623
2021-08-12 10:25:34 +02:00
Mark Paluch
2ff3a2a052 Remove changelog shipped with the binaries.
Closes #631
2021-07-22 09:09:12 +02:00
Mark Paluch
51422408dc Improve documentation for Modifying annotation.
Outline that the usage of this annotation leads to calling Results.getRowsUpdated() to obtain the query method result value.

Closes #629
2021-07-21 09:25:42 +02:00
Jens Schauder
45d2fe215f After release cleanups.
See #610
2021-07-16 10:45:19 +02:00
Jens Schauder
6ba414f928 Prepare next development iteration.
See #610
2021-07-16 10:45:17 +02:00
Jens Schauder
1c7fdf6fb6 Release version 1.2.11 (2020.0.11).
See #610
2021-07-16 10:19:53 +02:00
Jens Schauder
9d573d0652 Prepare 1.2.11 (2020.0.11).
See #610
2021-07-16 10:18:57 +02:00
Jens Schauder
c23ac1d66c Updated changelog.
See #610
2021-07-16 10:18:53 +02:00
Jay Bryant
63639f0ecb Editing.
See #616
Original pull request: #617.
2021-07-15 14:14:11 +02:00
Jens Schauder
e25d67af03 Improve documentation about name handling.
Closes #616
Original pull request: #617.
2021-07-15 14:14:11 +02:00
Mark Paluch
6fbf8d59b4 Updated changelog.
See #599
2021-06-22 16:07:24 +02:00
Mark Paluch
f03477d241 After release cleanups.
See #598
2021-06-22 15:28:51 +02:00
Mark Paluch
42dd2db419 Prepare next development iteration.
See #598
2021-06-22 15:28:47 +02:00
Mark Paluch
b8dd7f2f07 Release version 1.2.10 (2020.0.10).
See #598
2021-06-22 15:18:22 +02:00
Mark Paluch
c3ca2a4017 Prepare 1.2.10 (2020.0.10).
See #598
2021-06-22 15:17:54 +02:00
Mark Paluch
6fda815327 Updated changelog.
See #598
2021-06-22 15:17:47 +02:00
Mark Paluch
02ba403d07 Fix dynamic query method projection.
Query methods returning dynamic projections based on a Class argument now properly apply projection conversion. Previously, classes not seen by the mapping context were skipped and that caused projecting query methods to return the actual entity type.

Closes #607
2021-06-22 11:22:12 +02:00
Mark Paluch
b8709a6824 Polishing.
Rename method to renderForGeneratedValues to reflect its intended usage and enhance documentation.

Tweak Javadoc.

Closes: #483
Original pull request: #602.
2021-06-11 08:37:29 +02:00
Jens Schauder
1119833c54 Registration of columns for generated keys is now dialect dependent.
Different R2DBC drivers expect generated keys when they are in camel case to be quoted or unquoted.
This can now be controlled by implementing `Dialect.renderForGeneratedKeys`.

Closes: #483
Original pull request: #602.
2021-06-11 08:27:48 +02:00
Mark Paluch
c8122a9b41 Refine conversion directions between boolean and byte using MySQL/MariaDB.
ByteToBooleanConverter is now marked as reading converter and we've added a writing converter with BooleanToByteConverter to ensure proper conversion. Previously, all byte values were converted to boolean resulting in data precision loss.

Closes #589
2021-05-19 10:37:47 +02:00
Mark Paluch
f1ac5bae56 Updated changelog.
See #582
2021-05-14 12:36:36 +02:00
Mark Paluch
fe512cfb25 After release cleanups.
See #581
2021-05-14 12:05:20 +02:00
Mark Paluch
d7e5ada2a4 Prepare next development iteration.
See #581
2021-05-14 12:05:16 +02:00
Mark Paluch
f902c9f4dd Release version 1.2.9 (2020.0.9).
See #581
2021-05-14 11:52:23 +02:00
Mark Paluch
0251465c87 Prepare 1.2.9 (2020.0.9).
See #581
2021-05-14 11:51:53 +02:00
Mark Paluch
64ab2c50d0 Updated changelog.
See #581
2021-05-14 11:51:47 +02:00
Mark Paluch
785b664a95 Upgrade to R2DBC Arabba SR10.
Closes #597
2021-05-14 11:22:38 +02:00
Mark Paluch
78eba8611d Polishing.
Introduce assertions for OutboundRow.

Closes #593
2021-05-04 08:53:19 +02:00
Mark Paluch
2e116df224 Correctly translate absent convertible enum values to String[] using Postgres.
We now correctly obtain the target type for a persistent property that should be converted into an array value prior to constructing Parameter.
Previously, we fell back to the actual type without considering potential converters which left collection-like enum properties without a value with the enum array type that was potentially not supported by the database driver.

Closes #593
2021-05-04 08:53:12 +02:00
Mark Paluch
3513c45b4b 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:03:09 +02:00
Mark Paluch
5363184c1a 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 14:57:15 +02:00
Greg L. Turnquist
9e1e0eccd9 Authenticate with artifactory.
See #571.
2021-04-22 15:23:36 -05:00
Mark Paluch
c6da8dae04 Polishing.
Add unit test.

See #587.
2021-04-22 11:48:40 +02:00
Grayswan4
0ced1692ae 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:48:40 +02:00
Mark Paluch
ae2704876b 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:13 +02:00
Mark Paluch
2584d5936b Updated changelog.
See #571
2021-04-14 14:40:00 +02:00
Mark Paluch
88e661667d After release cleanups.
See #572
2021-04-14 11:42:08 +02:00
Mark Paluch
e1b2280fbb Prepare next development iteration.
See #572
2021-04-14 11:42:04 +02:00
Mark Paluch
6a9b51764d Release version 1.2.8 (2020.0.8).
See #572
2021-04-14 11:33:25 +02:00
Mark Paluch
a3a0b38008 Prepare 1.2.8 (2020.0.8).
See #572
2021-04-14 11:32:47 +02:00
Mark Paluch
ca1292acf7 Updated changelog.
See #572
2021-04-14 11:32:42 +02:00
Mark Paluch
ae4e53dbce Updated changelog.
See #563
2021-04-14 11:17:40 +02:00
Mark Paluch
eb42ed5ea5 Include Entity-state detection documentation snipped from Commons.
Closes #579
2021-04-13 15:20:45 +02:00
Mark Paluch
3ce65fa267 Update CI jobs with Docker Login.
See #509
2021-04-13 15:05:59 +02:00
Mark Paluch
6175297bff Polishing.
Reformat integration test.

See #573
Original pull request: #574.
2021-04-06 13:00:28 +02:00
AbstractCoder
ea2b1f2e25 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 13:00:28 +02:00
Mark Paluch
ec1d583469 After release cleanups.
See #564
2021-03-31 18:29:41 +02:00
Mark Paluch
4fdf5230e6 Prepare next development iteration.
See #564
2021-03-31 18:29:38 +02:00
Mark Paluch
eb56dae2dc Release version 1.2.7 (2020.0.7).
See #564
2021-03-31 18:19:52 +02:00