Open valentinvazquezo opened 4 years ago
Will investigate in the next few days
Have added a check to determine if the err parameter is defined or not. It would be worthwhile if you could the code before the call to dbManager.AddRecord(myNewRecord). For example does the myNewRecord contain the name of a valid store?
Not sure, but this seems the same issue
Or do I need to create a new issue report for it ?
This issue is still open after a year ? Does this mean I can ignore this error ?
Hello, first of all I want to thank for this excellent library, I have``` a problem when trying to add a record using these lines:
await dbManager.AddRecord (myNewRecord);
Can some one help me with the fix of this issue?. Thanks in advance.