mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
f9ed0721a8
This commit introduces SqlServerSequenceMaxValueIncrementer to support SQL Server sequences, complementing the existing SqlServerMaxValueIncrementer for table-based support. Closes gh-29447