COUNT(*) returns int while COUNT(DISTINCT class) returns long
-------------------------------------------------------------
Key: NH-843
URL: http://jira.nhibernate.org/browse/NH-843
Project: NHibernate
Type: Bug
Components: Core
Versions: 1.2.0.Beta2
Reporter: dB.
Different behavior in Beta 2 from 1.0.3.
SELECT COUNT(*) returns an int, while SELECT COUNT(DISTINCT something) from Something something returns long.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.nhibernate.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
|