Releases: lecousin/lc-spring-data-r2dbc
Releases · lecousin/lc-spring-data-r2dbc
0.10.2
06 Jun 07:49
Compare
Sorry, something went wrong.
No results found
fix wrong side of join table returned by lazyGet methods
0.10.1
08 May 05:27
Compare
Sorry, something went wrong.
No results found
fix dependency version for r2dbc-spi
add support for Spring Boot DevTools restarter
0.10.0
09 Apr 11:37
Compare
Sorry, something went wrong.
No results found
When a table name or column name is specified, use quotes in queries to ensure the specified name is respected and to allow usage of reserved words
Support PostgreSQL geometry types in schema generation
Upgrade PostgreSQL and H2 drivers to 0.9.1
0.9.0
04 Apr 09:01
Compare
Sorry, something went wrong.
No results found
support entity class with args constructor
support array columns with postgresql, and "array contains" criteria operation
fix detection of modified entities on save operation
0.8.1
27 Mar 07:26
Compare
Sorry, something went wrong.
No results found
support enumerations
some performance improvements
upgrade dependencies
0.8.0
02 Jan 09:02
Compare
Sorry, something went wrong.
No results found
fix repository methods xxxById when used with types not supported by database
performance improvements
delete by bunch (improve performance and avoid too huge requests)
insert multiple rows in single request
few fixes
0.7.0
24 Dec 05:47
Compare
Sorry, something went wrong.
No results found
add sql functions in criteria (upper, lower, date and time)
add executeCount on SelectQuery
add order by clause (including join)
few fixes
0.6.0
18 Dec 12:49
Compare
Sorry, something went wrong.
No results found
multiple databases support
v0.5.2
15 Dec 17:55
Compare
Sorry, something went wrong.
No results found
Workaround for compatibility with Java > 11
v0.5.1
15 Dec 04:42
Compare
Sorry, something went wrong.
No results found
File lc-reactive-data-relational.yaml is not mandatory anymore, but recommended for performance. If not present, the classpath is scanned to find entites