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
But the issue is correct. For now, I have opened a PR which adds optional success field in default type, essentially, making required type a subset, and updated success flag when select query runs.
cc: @pi0
Environment
Nuxt 3.13
Node 18
Reproduction
Describe the bug
If the
INSERT
was successfulres
will be{success: true}
Typescript infer the type as
DefaultSQLResult
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: