Jens Schauder

Results 356 comments of Jens Schauder

We expect the selected column to have the proper column name, not the property name, which I think is correct since we are on the database side of things. Making...

I have this on my radar and will take a closer look once the next GA release is out, since I won't merge a change like this into a RC...

Please check if this issue is still present in the lates 3.2.x or 3.3.x releases. It looks very much like a duplicate of #1684 as @charliemidtlyng pointed out.

Thanks for the feedback. I'm closing this as a duplicate of #1802 fixed by #1810

Looking at the existing code, this is already the way it should behave. Therefore, please provide a [Minimimal Reproducable Example](https://stackoverflow.com/help/minimal-reproducible-example), preferable as a Github repository. Make sure to include the...

Is this specific to the embeded entity being a record?

> Ran into the same issue [...], but instead of getting an error, no error occurs and no auditing information if persisted to the database. This is the expected behaviour...

Preliminary analysis: For some reason we access the value for `Foo.id` in order to fill `ExternalFooId.id`. And this happens only when the latter is annotated with `@Id`. So a quick...

There is no such thing as an `EmbeddedCollection` in Spring Data JDBC. You can have a `@id` in a referenced collection or one-to-one relationship, but in most cases you don't...

There is a snapshot available that fixes https://github.com/spring-projects/spring-data-relational/issues/1692 3.3.0-1692-collection-in-embedded-SNAPSHOT And a PR to go with it: https://github.com/spring-projects/spring-data-relational/pull/1773 I assume this issue will be fixed by it as well. If nobody...