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
Hi, thanks for fixing #37
However, the fix changed a bit the behaviour of destroy function
Previously, if record was unsaved, it correctly threw an exception
After #37 , unsaved record have typeof this.id === 'object', so does not fire the exception
However, the deleteRecords function does not find the id, and so it does not create the 'where' clause, executing "delete from "
The text was updated successfully, but these errors were encountered:
Hi, thanks for fixing #37
However, the fix changed a bit the behaviour of destroy function
Previously, if record was unsaved, it correctly threw an exception
After #37 , unsaved record have typeof this.id === 'object', so does not fire the exception
However, the deleteRecords function does not find the id, and so it does not create the 'where' clause, executing "delete from "
The text was updated successfully, but these errors were encountered: