* added hint to aggregate * added support for hint in query * added else clause to aggregate * fixed tests * updated tests * Add tests and clean up * Add support for explain Co-authored-by: Diamond Lewis <findlewis@gmail.com>
This commit is contained in:
committed by
Diamond Lewis
parent
5a1d94ed88
commit
9842c6ee42
@@ -118,6 +118,8 @@ function RestQuery(
|
||||
case 'includeAll':
|
||||
this.includeAll = true;
|
||||
break;
|
||||
case 'explain':
|
||||
case 'hint':
|
||||
case 'distinct':
|
||||
case 'pipeline':
|
||||
case 'skip':
|
||||
|
||||
Reference in New Issue
Block a user