Sushi and Summarize()
When i try to use summarize() on a widget table, where the data comes from sushi, i get this error:
And this is the entire query:
Anyone know how to fix this?
1 Reply
I suspect summaries may not work with Sushi. Iirc, summaries build direct DB queries rather than going thru Eloquent, for performance reasons. And I'm pretty sure direct DB queries won't work for Sushi's sqlite handling under the hood.