mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-02-11 05:31:09 +00:00
5 lines
236 B
YAML
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.')
|