You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is somewhat unintuitive and verbose, and is different from how these work in Rust:
TODO: a snippet in Rust with QueryBuilder
Desired solution
The desired way is to adopt a similarly-looking strategy from Rust, i.e. by using callbacks with "prototypes" of the entities, as if we are actually accessing fields on the final structures:
Current implementation
In the current design, the predicates and selectors are constructed directly, as all other data model types:
This is somewhat unintuitive and verbose, and is different from how these work in Rust:
TODO: a snippet in Rust with
QueryBuilder
Desired solution
The desired way is to adopt a similarly-looking strategy from Rust, i.e. by using callbacks with "prototypes" of the entities, as if we are actually accessing fields on the final structures:
The text was updated successfully, but these errors were encountered: