Christoph Strobl
3ff271f100
Release version 3.1 M3 (2023.0.0).
...
See #1430
2023-03-20 15:01:48 +01:00
Christoph Strobl
16241e1288
Prepare 3.1 M3 (2023.0.0).
...
See #1430
2023-03-20 15:01:20 +01:00
Kurt Niemi
5c16a753ea
Fix broken links in reference documentation.
...
Closes #1412
Original pull request #1453
2023-03-17 09:42:19 +01:00
Mark Paluch
7341a02345
Reinstate support for mariadb-r2dbc.
...
Closes #1364
2023-03-16 15:51:37 +01:00
Mark Paluch
09189a4c41
Polishing.
...
Simplify TypeInformation creation from a MethodParameter.
Original pull request: #1356
See #1343
2023-03-15 17:02:10 +01:00
Jens Schauder
d1e039a387
Convert only contents of collections using StringBasedJdbcQuery.
...
Contents of Iterables that aren't collections will not be converted individually.
Closes #1343
Original pull request: #1356
2023-03-15 17:02:10 +01:00
Jens Schauder
6855b9bd25
Polishing.
...
Simplify test.
Original pull request: #1356
See #1343
2023-03-15 17:02:10 +01:00
Mark Paluch
637d06a9a0
Apply custom converter for Collection-like values in queries.
...
We now apply converters only for Collection-like values and no longer to Iterable types.
Closes #1452
2023-03-15 16:46:01 +01:00
Jens Schauder
7e1bec2c62
Add support for all kinds of join to SelectBuilder.
...
Original pull request #1421
See #592
2023-03-07 14:45:22 +01:00
Jens Schauder
5334001ee2
Upgrade ArchUnit to 1.0.1.
...
Closes #1442
2023-03-03 12:33:29 +01:00
Jens Schauder
c7e7f3eced
Reenable DependencyTests.
...
Closes #1441
2023-03-03 12:27:49 +01:00
Mark Paluch
4c1951061f
Upgrade to Maven Wrapper 3.9.0.
...
See #1431
2023-02-20 11:58:23 +01:00
Christoph Strobl
100cf00472
After release cleanups.
...
See #1429
2023-02-17 14:25:49 +01:00
Christoph Strobl
eac53196b6
Prepare next development iteration.
...
See #1429
2023-02-17 14:25:47 +01:00
Christoph Strobl
0cca3e817e
Release version 3.1 M2 (2023.0.0).
...
See #1429
2023-02-17 14:22:31 +01:00
Christoph Strobl
6252318df3
Prepare 3.1 M2 (2023.0.0).
...
See #1429
2023-02-17 14:22:18 +01:00
Christoph Strobl
1e0b94277f
After release cleanups.
...
See #1389
2023-02-17 13:31:55 +01:00
Christoph Strobl
1290cff7c0
Prepare next development iteration.
...
See #1389
2023-02-17 13:31:53 +01:00
Christoph Strobl
8f4945c402
Release version 3.1 M1 (2023.0.0).
...
See #1389
2023-02-17 13:27:50 +01:00
Christoph Strobl
d2f3e3faa6
Prepare 3.1 M1 (2023.0.0).
...
See #1389
2023-02-17 13:27:11 +01:00
Mark Paluch
91697b9b6e
Upgrade to R2DBC Postgresql 1.0.1.RELEASE.
...
Closes #1425
2023-02-16 16:22:29 +01:00
Mark Paluch
68781c9ab3
Adopt to Mockito 5.1 changes.
...
Closes #1424
2023-02-14 10:34:57 +01:00
Jens Schauder
0b85b6f216
Polishing.
...
Simplified use of queryMethod in the different JdbcQuery classes.
Improved method names.
Added author tags.
Code formatting.
Corrected HTML in JavaDoc.
Originial pull request #1423
2023-02-06 20:45:26 +01:00
Mikhail2048
468f94b312
Avoid superfluous creation of RowMappers.
...
For modifying queries RowMappers get now longer created.
Improved documentation for `@Query` annotation.
Original pull request #1423
2023-02-06 20:43:05 +01:00
Mark Paluch
761f0087c8
Remove superfluous Arrays.fill(…) from ArrayUtils.getArrayClass(…).
...
Closes #1420
2023-01-30 15:39:32 +01:00
Jens Schauder
c5c60dadde
Polishing.
...
Original pull request #1403
See #1286
2023-01-30 13:57:41 +01:00
Mikhail2048
8eb80af044
Support of embedded properties in Sort.by.
...
Original pull request #1403
Closes #1286
2023-01-30 13:57:40 +01:00
Mark Paluch
706de3f58a
Update CI properties.
...
See #1389
2023-01-30 10:49:51 +01:00
Mark Paluch
03cea537a4
Upgrade to Maven Wrapper 3.8.7.
...
See #1419
2023-01-30 10:48:24 +01:00
Jens Schauder
f6de0f3b20
Fixed Postgres scripts.
...
See #1406
See #1405
2023-01-26 11:39:49 +01:00
Mark Paluch
82bc225b0b
Polishing.
...
Simplify sanitizer. Add unit test.
See #1405
See #1406
Original pull request #1415
2023-01-26 09:40:40 +01:00
Jens Schauder
427fc4d83b
SqlIdentifierParameterSource now sanitizes identifier names.
...
Closes #1405
See #1406
Original pull request #1415
2023-01-26 09:40:28 +01:00
Mikhail2048
b8e8c996b6
Integration test added to demonstrate behavior when column names contain characters illegal for bind parameters.
...
See #1405
Related pull request #1406
Original pull request #1415
2023-01-26 09:39:50 +01:00
Mark Paluch
eed7c9dcf7
Fix BLOB reading and writing.
...
We now correctly consider ByteBuffer, Clob, and Blob types as additional types to read and write blob data.
Closes #1408
2023-01-10 15:09:50 +01:00
Jens Schauder
e325c0152b
Allow empty Iterable arguments in JdbcAggregateTemplate again.
...
This also affects repositories since they delegate to the template.
Closes #1401
2023-01-03 09:36:21 +01:00
Mark Paluch
3045225207
Extend license header copyright years to 2023.
...
See #1400
2023-01-02 09:53:43 +01:00
Jens Schauder
fb9a4f363d
Polishing.
...
Original pull request #1396
See #1395
2022-12-22 15:58:43 +01:00
mhyeon-lee
d10be27485
Add insertAll and updateAll for JdbcAggregateOperations.
...
Original pull request #1396
Closes #1395
2022-12-22 15:58:42 +01:00
Jens Schauder
9d5c11e670
Upgrade postgres JDBC to 42.4.3.
...
Also remove separate postgresql version for R2DBC.
Closes #1390
2022-11-29 15:46:42 +01:00
Jens Schauder
e590dceede
Polishing.
...
Original pull request 1384
See #833
2022-11-29 14:46:44 +01:00
Viktor Ardelean
09f9da5128
Improved error message on missing back reference.
...
Closes #833
Original pull request 1384
2022-11-29 14:26:40 +01:00
Jens Schauder
d0a82236c6
Dedicate visitor
2022-11-28 10:57:11 +01:00
Jens Schauder
8ef46d83ee
Introduced intermediate class
2022-11-28 10:38:06 +01:00
Mark Paluch
31df742f7e
Update CI properties.
...
See #1389
2022-11-18 15:31:13 +01:00
Mark Paluch
0c0f4f353a
After release cleanups.
...
See #1361
2022-11-18 14:30:20 +01:00
Mark Paluch
8ed08e5e8e
Prepare next development iteration.
...
See #1361
2022-11-18 14:30:19 +01:00
Mark Paluch
c244985b56
Release version 3.0 GA (2022.0.0).
...
See #1361
2022-11-18 14:26:23 +01:00
Mark Paluch
690488ef99
Prepare 3.0 GA (2022.0.0).
...
See #1361
2022-11-18 14:26:13 +01:00
Mark Paluch
f27736e980
Polishing.
...
Extend tests to use aliased columns.
See #1362
Original pull request: #1368
2022-11-16 14:32:34 +01:00
schauder
d5f7ab56c2
Fix broken join conditions with InlineQuery.
...
Before this fix, whenever a column of an inline query was rendered the `InlineQuery` and all its children were visited, resulting in spurious output.
This is no prevented by injecting a NoopVisitor.
Closes : #1362
Original pull request: #1368
2022-11-16 14:32:34 +01:00