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've found that number-like strings (e.g. "11901033449010445") from SQLite with field type STRING are incorrectly mapped to int64. My workaround was to use cast to text in SQL query.