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
Currently the error message shown is: Error: Bind parameters must not contain undefined. To pass SQL NULL specify JS null
I've added some code to list which named parameters are undefined so the error message becomes: Error: Bind parameters must not contain undefined (:id, :email). To pass SQL NULL specify JS null
Contributing guidelines says it's best to start an issue on changes before creating a PR so thought I'd mention here to see if it's of interest.