Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upQueryable with nested structure #1613
Comments
weiznich
added
the
enhancement
label
Apr 5, 2018
This comment has been minimized.
|
You'll need to nest your columns to match the nesting of your structure. For example:
|
sgrif
closed this
Apr 5, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
weiwei-lin commentedApr 5, 2018
•
edited
Is there a way to query with nested structure?
I'm aware that there's
QueryableByName, but it seems to require constructing raw query and can't be used with normal queries (e.g.some_table.filter(...).first(&conn)).