View Source Permit.Ecto.Permissions.DynamicQueryJoiner (permit_ecto v0.2.2)

Joins a DNF of conditions represented by a Permit.Permissions.DisjunctiveNormalForm into an Ecto dynamic query.

Part of the private API, subject to changes and not to be used on the application level.

Link to this section Summary

Link to this section Functions

Link to this function

add_joins(joins, base_query)

View Source
Link to this function

to_dynamic_query(disjunctive_normal_form, subject, resource, base_query)

View Source