1197764949
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. |
||
---|---|---|
.. | ||
query.cljc | ||
transforms.cljc | ||
util.cljc |