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
When using the ETS data layer and an integer_primary_key, rows get inserted with id: nil, and rows after the first will clobber the previous rows. In Discord it was suggested that this situation ought to be a compile time error.
Following up on this message in discord.
When using the ETS data layer and an
integer_primary_key
, rows get inserted withid: nil
, and rows after the first will clobber the previous rows. In Discord it was suggested that this situation ought to be a compile time error.Example of code with which I observed the issue:
Inserted with
Result
The text was updated successfully, but these errors were encountered: