SQLServer2008Dialect should extend SQLServer2005Dialect

This commit is contained in:
Yoryos Valotasios 2010-11-14 23:56:33 +02:00
parent 2964b975ef
commit ceba976e57

View File

@ -33,7 +33,7 @@
*
* @author Gavin King
*/
public class SQLServer2008Dialect extends SQLServerDialect {
public class SQLServer2008Dialect extends SQLServer2005Dialect {
public SQLServer2008Dialect() {
registerColumnType( Types.DATE, "date" );
registerColumnType( Types.TIME, "time" );