-
Notifications
You must be signed in to change notification settings - Fork 540
Virtual tables: Generate type if returned from query #4039
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Added to 2.0 because this causes compiler errors. |
We need the same/similar behavior for the system tables, when we decide to only generate them when they are actually returned. |
@AlecStrong How should it work when we create this table in module a without any queries using it but only use it in queries defined in module b with a db dependency? Currently, we don't generate types defined in dependencies tables but assume these types are available. One option: Simple revert #4015... |
It should be doing the same thing as it would for virtual/system tables in the same module where it creates a new query type |
Okay, do you want to implement it? Otherwise I will do it. |
go for it |
I ran into this today while trying to upgrade one of my side projects to the release candidates. Given its impact on FTS queries, I think it's a must-fix for 2.0. @AlecStrong |
Sorry, needed to prioritise work stuff. |
See #4015 (comment)
The text was updated successfully, but these errors were encountered: