Releases: lecousin/lc-spring-data-r2dbc
Releases · lecousin/lc-spring-data-r2dbc
0.10.2
fix wrong side of join table returned by lazyGet methods
0.10.1
- fix dependency version for r2dbc-spi
- add support for Spring Boot DevTools restarter
0.10.0
- 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
- 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
- support enumerations
- some performance improvements
- upgrade dependencies
0.8.0
- 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
- 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
multiple databases support
v0.5.2
Workaround for compatibility with Java > 11
v0.5.1
File lc-reactive-data-relational.yaml is not mandatory anymore, but recommended for performance. If not present, the classpath is scanned to find entites