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
I did not look too deep of the issues, but I suspected the problem may related to the conversion between uint64 and uintptr. I noticed the sqlite3_malloc64 in
When the size of db exceeds 2G (approximately the size of
int32
), the call ofSerialize
(alsoDeserialize
) will fail.Here is a minimal poc to reproduce the problem
I did not look too deep of the issues, but I suspected the problem may related to the conversion between uint64 and uintptr. I noticed the
sqlite3_malloc64
ingo-sqlite3/sqlite3_opt_serialize.go
Line 69 in 7658c06
The text was updated successfully, but these errors were encountered: