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
lastInsertId will lose precision when it exceeds the MAX_SAFE_INTEGER of the number type
After some research, we decide to change the type of lastInsertId to string in #66 to prevent the overflow. It will be a break change and we will release v0.2.0 after pr is merged
The output will be something like
3746994889972252700
(multiple of 100) but the real id is3746994889972252673
The text was updated successfully, but these errors were encountered: