Joined: Fri Nov 10, 2006 3:21 pm Posts: 1
|
I am migrating from MySQL to SQL Server 2005 and I am having some issues with some of the HQL queries. It seems that SQL Server queries require all selected attributes to appear in the group by clause, which was not necessary for queries on MySQL. I was led to believe that HQL queries will work on any database platform as long as there is a properly implemented dialect.
I would rather not have to go through the trouble of extending the SQL Server dialect. Has anyone else had similar problems?
Thanks
|
|