Closed gbowne-quickbase closed 2 years ago
Thank you very much for the PR. Interesting that this resolves your issue. Will merge it later today.
Thank you very much for the PR. Interesting that this resolves your issue. Will merge it later today.
Essentially the error was that the tables couldn't be found. We have a table prefix on our tables, so the {{%tablename}} looks up the full table name. You've got a few places where you use a different method, like below, but I think this query needs this fix
->from(['relations' => Table::RELATIONS])
Thanks, @gbowne-quickbase for the pull request, helped a lot. I used the solution you gave in your last comment.
These format changes to reference the tables with the
{{%tablename}}
format fixed the error for me. Should fix #1