-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed as not planned
Labels
for: external-projectFor an external project and not something we can fixFor an external project and not something we can fixstatus: invalidAn issue that we don't feel is validAn issue that we don't feel is valid
Description
I developed a program using SQL Server database, and later due to changes in requirements, I wanted to make it universal for all databases.
During the modification process, I found that the database field generated by columnDefinition = "DATETIMEOFFSET"
was 7 digits, but when I removed the column definition, the database field generated by the jpa dialect was 6 digits.
This inconsistent behavior caused me great trouble. Should the number of digits generated by columnDefinition = "DATETIMEOFFSET" be consistent with the number of digits generated by the JPA dialect?
Metadata
Metadata
Assignees
Labels
for: external-projectFor an external project and not something we can fixFor an external project and not something we can fixstatus: invalidAn issue that we don't feel is validAn issue that we don't feel is valid