This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
zhangyang-zerotierone/ext/librethinkdbxx/test/upstream/regression/4591.yaml
2017-11-02 07:05:11 -07:00

5 lines
236 B
YAML

desc: Test that using r.args with order_by doesn't crash the server.
tests:
- cd: r.expr([{"x":2},{"x":1}]).order_by(r.args(["x","y"]))
ot: err('ReqlQueryLogicError','r.args is not supported in an order_by or union command yet.')