Skip to content

Releases: lecousin/lc-spring-data-r2dbc

0.10.2

06 Jun 07:49
Compare
Choose a tag to compare

fix wrong side of join table returned by lazyGet methods

0.10.1

08 May 05:27
Compare
Choose a tag to compare
  • fix dependency version for r2dbc-spi
  • add support for Spring Boot DevTools restarter

0.10.0

09 Apr 11:37
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • 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
Choose a tag to compare
  • support enumerations
  • some performance improvements
  • upgrade dependencies

0.8.0

02 Jan 09:02
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • 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
Choose a tag to compare

multiple databases support

v0.5.2

15 Dec 17:55
Compare
Choose a tag to compare

Workaround for compatibility with Java > 11

v0.5.1

15 Dec 04:42
Compare
Choose a tag to compare

File lc-reactive-data-relational.yaml is not mandatory anymore, but recommended for performance. If not present, the classpath is scanned to find entites