Merge branch '6.1.x'

This commit is contained in:
Sam Brannen
2024-11-13 14:23:52 +01:00
14 changed files with 46 additions and 64 deletions

View File

@@ -239,8 +239,8 @@ public abstract class JdbcUtils {
}
}
// Corresponding SQL types for JSR-310 / Joda-Time types, left up
// to the caller to convert them (for example, through a ConversionService).
// Corresponding SQL types for JSR-310, left up to the caller to convert
// them (for example, through a ConversionService).
String typeName = requiredType.getSimpleName();
return switch (typeName) {
case "LocalDate" -> rs.getDate(index);