Skip to content

Query Enhancements

Compare
Choose a tag to compare
@sullivan- sullivan- released this 13 Oct 04:26
· 390 commits to master since this release

[0.15.0] - Query Enhancements

  • 2016.10.08 - Remove KeyVal.key and change KeyVal from an
    abstract class into a trait. To migrate existing code, you will need
    to remove the Key argument supplied to each of your KeyVal types.
  • 2016.10.12 - Queries have been extended with "order-by", "offset",
    and "limit" clauses. The query DSL has likewise been extended.
  • 2016.10.12 - Many of the classes used to build queries have been
    re-organized into new package longevity.subdomain.query. This
    should not affect you if you are only using the query DSL.

Please refer to the user manual for the latest on the query API.