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
The following code snippet generates an error: [TypeError: Cannot call method 'hasOwnProperty' of undefined]
orm.connect({database:'ultimet.db', protocol:'sqlite'}, function (err, db) {
if (err) {
console.error(err);
} else {
console.log('connected to the DB');
}
});
If I include this in the connect() options then it works fine.
query:{debug:true}
The text was updated successfully, but these errors were encountered:
The following code snippet generates an error: [TypeError: Cannot call method 'hasOwnProperty' of undefined]
If I include this in the connect() options then it works fine.
The text was updated successfully, but these errors were encountered: