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
client.connect(query, params, (err, res) => { if(err) //This should have a field query which will give us the final prepared query that has caused error })
This will be very helpful to debug and to point out whether the issue is with syntax of query or parametrisation or anything else.
The text was updated successfully, but these errors were encountered:
When we get response back from the db
client.connect(query, params, (err, res) => { if(err) //This should have a field query which will give us the final prepared query that has caused error })
This will be very helpful to debug and to point out whether the issue is with syntax of query or parametrisation or anything else.
The text was updated successfully, but these errors were encountered: