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
Is present which means the rest of the parts for table.insert, table.delete etc never get executed.
I tried moving this block below the declarations but it led to a large number of unit tests breaking.
My current assumption is that it would be safe to say that triggers is not working for extensions like indexdb, sqlite etc rn.
I have added support to fix the issue mentioned above. Let me know if I am going in the right direction
On an IndexDB table triggers are not firing.
Code example:
The text was updated successfully, but these errors were encountered: