Added comments. The dialect should also fix HHH-3936

This commit is contained in:
Yoryos Valotasios 2010-11-15 00:12:10 +02:00
parent ceba976e57
commit 571318e6e4
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ import org.hibernate.dialect.function.NoArgSQLFunction;
import org.hibernate.type.StandardBasicTypes;
/**
* A dialect for Microsoft SQL 2005
* A dialect for Microsoft SQL 2005. (HHH-3936 fix)
*
* @author Yoryos Valotasios
*/