Skip to content

Commit

Permalink
fixing order-by index usage
Browse files Browse the repository at this point in the history
  • Loading branch information
orthecreedence committed Mar 21, 2016
1 parent 2a3000d commit be6dbbb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions reql/commands.lisp
Expand Up @@ -196,6 +196,7 @@
(defcommand (40 concat-map) (sequence function))
(defcommand (41 order-by) (sequence fields &key index) :arrays (fields))
(defcommand (41 order-by :defun nil) (sequence &rest fields))
(defcommand (41 order-by :defun nil) (sequence &key index))
(defcommand (42 distinct) (sequence &key index))
(defcommand (43 count) (sequence))
(defcommand (86 is-empty) (sequence))
Expand Down

0 comments on commit be6dbbb

Please sign in to comment.