FilamentF
Filamentβ€’3y ago
Travis

Connection bug when using Summarizer(s)...? πŸ€”

I have a table that is otherwise working. When I add a summarizer to a column, I get the following error:
SQLSTATE[42000]: Syntax error or access violation: 1049 Unknown database 'mydatabasename'


It also shows the sql, which looks fine, but it indicates that the connection is the default connection and not the correct connection, which is not the default. (I have multiple connections in this application.)

So, without the summarizer, all is fine. Add the summarizer and the aforementioned error occurs.

While I may have missed something, I did poke around in the Summarizer class(es) to try to find anything related to DB connections.

Any thoughts...? πŸ€“
Was this page helpful?