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
MySQL BigInt = Go int64.
But uptrace/bun outputs int32 in the "SelectQuery.Count" method, which prevents the library from being used with BigInt numbers without local fixes.