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
@rawnly thanks for the quick PR, this has been released in version v0.2.1! 🎉
One note, @planetscale/database now natively throws errors as of 1.3.0 (planetscale/database-js#62), so you may want to upgrade that package as well. That said, with your fix here, it'll work for versions <1.3.0. 👍
kysely-planetscale/src/index.ts
Lines 120 to 125 in c3fd469
The error inside the
executeQuery
method is not handled.execute
returns an object described as the following:A simple fix is to add
The text was updated successfully, but these errors were encountered: