Add HsqldbJdbcIndexedSessionRepositoryCustomizer - #3627
Conversation
Similar to other relational databases, this configures the session attribute create query to perform an upsert in order not to fail in the case of concurrent requests modifying the same session attributes Fixes: spring-projects#3626 Signed-off-by: Martin Ashby <martin@ashbysoft.com>
475fa48 to
f16b689
Compare
|
Thanks for this — filling in the Hsqldb customizer is a nice gap to close alongside the existing MariaDB/MySQL/Oracle/Postgres/SqlServer/Db2 customizers. One thing to fix before this can be merged: Since this adds new public API, it'll also need a milestone/main-track decision from a maintainer rather than a backport — happy to help route that once the test is fixed. |
Similar to other relational databases, this configures the session attribute create query to perform an upsert in order not to fail in the case of concurrent requests modifying the same session attributes
Fixes: #3626