mentat/test/datomish/test
Richard Newman 1197764949 Implement :limit and :order-by-vars. Fixes #37.
We'd like this to be part of the query syntax itself, but doing so
requires extending DataScript's parser.

Instead we generalize our `args` to `options`, and take `:limit`
and `:order-by-vars`. The former must be an integer or nil, and the
latter is an array of `[var direction]` pairs.

This commit includes descriptive error messages and tests for success
and failure.
2016-09-02 08:32:45 -07:00
..
query.cljc Implement :limit and :order-by-vars. Fixes #37. 2016-09-02 08:32:45 -07:00
transforms.cljc Implement negation, predicates, external scalar bindings, <?q. r=nalexander 2016-07-25 17:08:00 -07:00
util.cljc Implement type-aware querying. Fixes #14. 2016-08-30 18:22:11 -07:00