astyanax icon indicating copy to clipboard operation
astyanax copied to clipboard

CompositeEntityManager now allows for reversible queries

Open mikemulligan opened this issue 10 years ago • 2 comments

CompositeEntityManager.createNativeQuery() would create a new NativeQuery but with no option to change the ordering of the resultset in the underlying column range. I just made RangeBuilder.setReversed accessible via NativeQuery (which is currently only used within CompositeEntityManager)

mikemulligan avatar Nov 06 '14 19:11 mikemulligan

It will be super nice to do a order by desc query. Is this merged and available ?

prassh123 avatar Jul 02 '15 17:07 prassh123

as far as I know, no, still not merged :-/

On Thu, Jul 2, 2015 at 1:27 PM, Prashanth Raghavan <[email protected]

wrote:

It will be super nice to do a order by desc query. Is this merged and available ?

— Reply to this email directly or view it on GitHub https://github.com/Netflix/astyanax/pull/545#issuecomment-118099590.

mikemulligan avatar Jul 09 '15 15:07 mikemulligan