-
Notifications
You must be signed in to change notification settings - Fork 373
Closed
Description
In my spring boot 3.5.6 application using sql server on startup I'm getting the following warnings:
WARN o.s.d.c.CustomConversions: Registering converter from class microsoft.sql.DateTimeOffset to class java.time.OffsetDateTime as reading converter although it doesn't convert from a store-supported type; You might want to check your annotation setup at the converter implementation
WARN o.s.d.c.CustomConversions: Registering converter from class microsoft.sql.DateTimeOffset to class java.time.Instant as reading converter although it doesn't convert from a store-supported type; You might want to check your annotation setup at the converter implementation
Is it possible/desirable for JdbcSqlServerDialect to implement Dialect::simpleTypes in order for microsoft.sql.OffsetDateTime to be store-supported?
Metadata
Metadata
Assignees
Labels
type: bugA general bugA general bug