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
I am getting the emails as content, when change the (field :*) to (field :username) the :emails is added but empty. The fieldfilter not accepting :emails.email or :email too. Which I tried as I thougth it might be required in this case.
This is the normal behavior or a bug? I supposed it would be possible to filter has-many fields statements too?
Forgot to mention: [korma "0.4.3"]; Oh and mysql with mariadb backend ;)
The text was updated successfully, but these errors were encountered:
Janderio
changed the title
Do has-many relations not work with (fields ...)?
Do has-many relations not work with (fields :namedfield)?
May 24, 2018
Janderio
changed the title
Do has-many relations not work with (fields :namedfield)?
Do has-many relations not work with (fields :otherthan*)?
May 24, 2018
Hi, I have the following test:
Table user [id, username] pk(id)
Table emails [user_id, email] pk(user_id, email)
When selecting with
I am getting the emails as content, when change the
(field :*)
to(field :username)
the :emails is added but empty. The fieldfilter not accepting :emails.email or :email too. Which I tried as I thougth it might be required in this case.This is the normal behavior or a bug? I supposed it would be possible to filter has-many fields statements too?
Forgot to mention: [korma "0.4.3"]; Oh and mysql with mariadb backend ;)
The text was updated successfully, but these errors were encountered: