Jens Schauder
Jens Schauder
Most are test more or less obvious test fixes. Interesting things that became obvious: - SpEL expressions get the transformed (e.g. upper case) and quoted table name!? See `TableNameQueryPreoprocessorUnitTests` -...
This is based on #2068. Not all databases support the JDBCSqlType.NULL. Therefore this handling was made dialect dependent, with SQL Server and DB2 using the old approach, while all others...
Restructured reading conversion process into: - converting technology base types (JDBC Arrays). - standard and custom conversions. - module specific conversions (AggregateReference). Closes https://github.com/spring-projects/spring-data-relational/issues/1828
We are not in a position to support all the different databases out there. But of course, we still want people to enable to use these databases. Therefore we should...
During the review of #2079 it became clear that Spel expressions once evaluated should also pass through the standard conversion. One typical use case is that a query takes an...
This issue is a portfolio wide collection of issues related to fluent API enhancements. The idea is to collect them here in order to check for synergies and common patterns....
Adds a GeoJsonJackson3Module. Closes https://github.com/spring-projects/spring-data-mongodb/issues/5100