Skip to content

Commit

Permalink
Use org.hibernate.dialect.SQLServerDialect instead of deprecated org…
Browse files Browse the repository at this point in the history
….hibernate.dialect.SQLServer2012Dialect fix #4613
  • Loading branch information
gunterze committed Nov 6, 2024
1 parent 2e88cae commit 7b03f44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dcm4chee-arc-entity/src/main/filters/sqlserver.properties
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ databaseProductName=Microsoft SQL Server
databaseMajorVersion=11
databaseMinorVersion=0
persistence-property-name=hibernate.dialect
persistence-property-value=org.hibernate.dialect.SQLServer2012Dialect
persistence-property-value=org.hibernate.dialect.SQLServerDialect
mapping-file=META-INF/orm-identity.xml
blob=varbinary(MAX)

0 comments on commit 7b03f44

Please sign in to comment.