as far I can remember the type bit was introduced with SQLServer2005,
therefore the correct place to be declared is SQLServer2005Dialect.java.
If you are using SQL Server 2000 you must refer SQLServerDialect (and not SQLServer2005Dialect) and so you should not get affected by HHH-6420 at all, right?
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
Hi Himavanth Rachamsetty,
as far I can remember the type bit was introduced with SQLServer2005,
therefore the correct place to be declared is SQLServer2005Dialect.java.
If you are using SQL Server 2000 you must refer SQLServerDialect (and not SQLServer2005Dialect) and so you should not get affected by
HHH-6420at all, right?