Jens Schauder

Results 356 comments of Jens Schauder

Maybe a warning could be logged when lazy footnotes are present and failure only manifests through an extension, that those don't get properly evaluated.

Thanks for finding this. Yes I think this should be considered resolved. Leaving it open for a bit for the OP to veto a close.

@snicoll not sure what kind of thoughts you are looking for. The changes in Spring Data JDBC are creating a copy of frameworks `NamedParameterJdbcTemplate` with the changes of this PR...

> I suppose this works fine with regular positional parameters (where we do not parse the provided SQL ourselves), and you are effectively asking for `NamedParameterJdbcTemplate` support for `VALUES`, expanding...

@yande2011 please provide a transcription of your name using latin characters to be used in `@author` tags?

Please provide a [Minimimal Reproducable Example](https://stackoverflow.com/help/minimal-reproducible-example), preferable as a Github repository. Make sure to include the database, either as an in memory database or if that is not possible using...

I think this somewhat convoluted process is necessary for cases where `entity` was modified, before the call to delete, and/or to make sure optimistic locking works as intended. Consider this:...

> OptimisticLockingFailureException should be thrown for safety if optimistic lock failed. That's the point: If we don't use the entity passed into the method we might end up doing a...