Foreign key support for views #9
sparkofreason
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
@sparkofreason I plan to address this scenario by explicitly passing the relationship during the initialization. I am yet to iron out the details. The challenge is to find an uninterrupted hours of time :( |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently honeyeql does not provide the ability to navigate from views via foreign keys defined on the referenced table(s); at least this is the case in MySQL. This actually appears to be an issue from JDBC which does not return foreign keys on views. I haven't been able to find a very good way of implementing this short of parsing the SQL which defines the view, but thought I'd open it up to discussion if anyone has any ideas here.
Beta Was this translation helpful? Give feedback.
All reactions