[hibernate-issues] [Hibernate-JIRA] Moved: (HHH-2266) Incorrect SQL emitted for EJB query involving COUNT()

Emmanuel Bernard (JIRA) noreply at atlassian.com
Tue Nov 28 03:53:04 EST 2006


     [ http://opensource.atlassian.com/projects/hibernate/browse/HHH-2266?page=all ]

Emmanuel Bernard moved EJB-251 to HHH-2266:
-------------------------------------------

      Project: Hibernate3  (was: Hibernate Entity Manager)
          Key: HHH-2266  (was: EJB-251)
    Component: core
                   (was: EntityManager)
      Version: 3.2.0.ga
                   (was: 3.2.0.ga)

> Incorrect SQL emitted for EJB query involving COUNT()
> -----------------------------------------------------
>
>          Key: HHH-2266
>          URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-2266
>      Project: Hibernate3
>         Type: Bug

>   Components: core
>     Versions: 3.2.0.ga
>  Environment: Hibernate 3.2 / MySQL 4.1.xx
>     Reporter: Manuel Mall

>
>
> If you have an entity with a composite id and query it like:
> select count(e) from Entity e
> the emitted SQL looks like
> SELECT COUNT(e.id1, e.id2) FROM Entity
> However, this is at least according to MySQL invalid SQL as the COUNT function can have only one argument.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira




More information about the hibernate-issues mailing list