dflourusso / expo-sqlite-orm

Expo SQLite ORM
132 stars 34 forks source link

Uncaught DOMException: Failed to read the 'insertId' property from 'SQLResultSet': The query didn't result in any rows being added. #32

Closed SamPoate closed 3 years ago

SamPoate commented 3 years ago

I get the above error when running TableName.find(1);

What's going wrong?