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
According to Russ Cox, uint64 with high bits set would work with a custom ColumnConverter. Is this a reasonable feature to add to this driver? See "Large uint64 Values" on http://go-database-sql.org/surprises.html for why this might be a problem worth solving.