We are excited to announce the release of 6.0 Alpha2.

See the announcements for previous 6.0 development releases: Alpha1

This release introduces:

  • support for multi-valued query parameter bindings

  • query mutations handling improvements

    • initial hooks for entity hierarchy specific mutation strategy

    • special handling for composite ids

    • special handling for no restriction deletes

    • special handling for deletes predicated on no non-id attributes

    • table-based, inline and cte strategies for "multi-table" mutations ported

  • support for one-to-many and many-to-many was further extended (@Where, @Order, @Parent are not still supported)

Next step

The plan for Alpha3 includes implementing:

  • Inheritance support

  • Criteria support

More information

Also check out the release page.

To get in touch, use the usual channels:


Back to top