You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🐛 Fix issue with SELECT count(*) for column-based database
When you do a SELECT count(*), SQLite does not request any column, resulting in an empty SELECT for the remote database, which isn't supported by most SQL query engines.
To work around this, we arbitrarily add the first column to the SELECT
0 commit comments