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
Patch driver to include failing SQL in exception messages
PHPUnit output shows 343 errors with 'unexpected token '%'' at a specific
offset, but not the SQL that triggered it. Instrument Connection::query
so rethrown PDOExceptions carry the SQL, letting us see what Turso is
parsing.
0 commit comments