Skip to content

Commit 12a9c63

Browse files
takesectionmaking
authored andcommitted
Add MSSQL2008(Mssql2008Dialect)
(cherry picked from commit c2ca45a)
1 parent 0471c6c commit 12a9c63

File tree

1 file changed

+1
-1
lines changed
  • doma-spring-boot-autoconfigure/src/main/java/org/seasar/doma/boot/autoconfigure

1 file changed

+1
-1
lines changed

doma-spring-boot-autoconfigure/src/main/java/org/seasar/doma/boot/autoconfigure/DomaProperties.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public void setExceptionTranslationEnabled(boolean exceptionTranslationEnabled)
9090

9191
public static enum DialectType {
9292
STANDARD(StandardDialect::new), SQLITE(SqliteDialect::new), DB2(Db2Dialect::new), MSSQL(
93-
MssqlDialect::new), MYSQL(MysqlDialect::new), POSTGRES(
93+
MssqlDialect::new), MSSQL2008(Mssql2008Dialect::new), MYSQL(MysqlDialect::new), POSTGRES(
9494
PostgresDialect::new), ORACLE(OracleDialect::new), H2(H2Dialect::new), HSQL(
9595
HsqldbDialect::new);
9696

0 commit comments

Comments
 (0)