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/5130.js.yaml
2017-11-02 07:05:11 -07:00

6 lines
292 B
YAML

desc: 5130 -- Incorrect determinism calculation of r.point
table_variable_name: tbl
tests:
- js: tbl.indexCreate("a", function (o) { return r.point(tbl.get(0)('x'), 1); })
ot: err("ReqlQueryLogicError", "Could not prove function deterministic. Index functions must be deterministic.")