JPA / Native Queries : COUNT fails in MYSQL
Bug #768345 reported by
Timo Westkämper
on 2011-04-21
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| Querydsl |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
HibernateSQLQuery query = new HibernateSQLQue
query.from(
Long l = query.count();
MySQL's JDBC driver seems to alway return count as BigInteger, same result with
SQLQuery squery = session.
and jdbc api
Timo Westkämper (timo-westkamper) wrote : | #2 |
Released in 2.2.0-beta4
Changed in querydsl: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Fixed in SVN trunk