mssql compatibility (fix #396)

This commit is contained in:
Athou
2013-07-07 10:32:37 +02:00
parent 02d335ca1f
commit 8792069ae0
6 changed files with 33 additions and 27 deletions

View File

@@ -1,10 +0,0 @@
package com.commafeed.backend;
import org.hibernate.dialect.MySQL5InnoDBDialect;
public class MySQL5Dialect extends MySQL5InnoDBDialect {
public String getTableTypeString() {
return " ENGINE=InnoDB DEFAULT CHARSET=utf8";
}
}