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
The DuckDB client cannot currently handle multiple parameters. I believe this is because DuckDB expects parameters to be 1-indexed, but they have been 0-indexed by the current client implementation.