-
Notifications
You must be signed in to change notification settings - Fork 161
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
Still getting missing foreign key exception of pool metadata tables #858
Labels
bug
Something isn't working
Comments
😢 Turns out the
Probably as the result of a bad git merge. That should have been using To reiterate:
The solution is to permanently remove the unchecked versions of those functions |
This affects both |
erikd
changed the title
Still getting mssing foreign key exception of pool metadata tables
Still getting missing foreign key exception of pool metadata tables
Sep 29, 2021
This will be in release |
erikd
added a commit
that referenced
this issue
Sep 29, 2021
This was supposed to be fixed in d658f38 but probably due to a git merge error, the new functions that were supposed to fix this issue were added but not used. The fix is to use the checked versions of the functions and completely remove the unchecked functions so they cannot be called by accident. Closes: #858
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
While working on another aspect I was getting an error
"aggregate functions are not allowed in WHERE"
which was then followed (after a roll back to the start of the epoch) by:I have checked that commit d658f38 is present in the branch I am working on.
The text was updated successfully, but these errors were encountered: