php-cypher-dsl icon indicating copy to clipboard operation
php-cypher-dsl copied to clipboard

Order by rework

Open transistive opened this issue 2 years ago • 4 comments

Hello once again :wave:

I just found out ORDER BY allows for order modifier for each property. This is possible: ORDER BY x.x ASC, x.y DESC

For this reason I had to rework the OrderByClause to use Order objects and not worry about the order itself.

Looking forward to your feedback!

transistive avatar Apr 21 '22 21:04 transistive

Please make sure tests are passing for PHP 7.4, 8.0 and 8.1.

marijnvanwezel avatar Apr 25 '22 08:04 marijnvanwezel

Looks like I did a whoopsie. I fixed it, so there aren't any regressions on the Query object

transistive avatar Apr 25 '22 08:04 transistive

Please make sure the checks are passing.

marijnvanwezel avatar May 05 '22 18:05 marijnvanwezel

I have been looking at this, and I cannot seem to find any documentation on this. I tried it out, and it did seem to work. Is this documented anywhere?

marijnvanwezel avatar Aug 12 '22 15:08 marijnvanwezel