Jinq
Jinq copied to clipboard
Add support for UNION operations
Actually, JPA does not support UNION in queries, so this can't be implemented at the moment.
Alternately, there should be programmatic ways to build up huge chains of ORs.
I implemented this, but I forgot to handle the corner case of a query with an empty where restriction. I've fixed it in the tree, but I'll hold off closing this issue until I make a release with that fix in it.