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
Right now, sqlite3 throws when we attempt to bind undefined.
Is this on design ? I would expect undefined and null to be handled the same way.
I forked and did a change that seems to modify the behavior, just checking if it's something you would accept a PR for or If i will have to keep my fork in sync.
Right now, sqlite3 throws when we attempt to bind
undefined
.Is this on design ? I would expect
undefined
andnull
to be handled the same way.I forked and did a change that seems to modify the behavior, just checking if it's something you would accept a PR for or If i will have to keep my fork in sync.
I simply added:
Here:
sqlite3/src/statement.ts
Lines 300 to 303 in c078d61
The text was updated successfully, but these errors were encountered: