Jinq icon indicating copy to clipboard operation
Jinq copied to clipboard

Add support for UNION operations

Open my2iu opened this issue 8 years ago • 3 comments

my2iu avatar Oct 13 '16 22:10 my2iu

Actually, JPA does not support UNION in queries, so this can't be implemented at the moment.

my2iu avatar Oct 13 '16 23:10 my2iu

Alternately, there should be programmatic ways to build up huge chains of ORs.

my2iu avatar Oct 13 '16 23:10 my2iu

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.

my2iu avatar Nov 27 '16 04:11 my2iu