Comment 3 for bug 739433

Revision history for this message
Rick Harris (rconradharris) wrote :

> Python converts integers to long integers internally as they get bigger.

True, but ultimately the `size` value is persisted as a MySQL `Integer`, so, AFAIK we're capped at 2 billion.

> So, are we saying this is, or is not, a bug?

2 gig seems too low. I'd say we should make it a low priority bug to switch to using `sa.BigInteger` as the column type for `size`.