> java.lang.ClassCastException: org.jooq.impl.Union cannot be cast to
> org.jooq.SimpleSelectQuery
>         at
> org.jooq.impl.SimpleSelectImpl.getQuery(SimpleSelectImpl.java:103)
>         at
> org.jooq.impl.SimpleSelectImpl.unionAll(SimpleSelectImpl.java:343)
>         at
> com.avanon.blu.jooq.dao.gbl.QuickSearchQueryBuilder.extendQuery(QuickSearchQueryBuilder.java:48)

Thanks again for reporting this. I could reproduce this issue and have
fixed it for jOOQ 2.6.3 and jOOQ 2.7.0. It was already implicitly
fixed in jOOQ 3.0, as the SimpleSelectQuery API was removed. The fix
can be seen here, if you want to include it early into your codebase:
https://github.com/jOOQ/jOOQ/commit/b8987ad8fabcfb497417f48c1abb90187acf0dc1

Cheers
Lukas

-- 
You received this message because you are subscribed to the Google Groups "jOOQ 
User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to