I'm getting a warning now that passing arguments to BigInteger
is deprecated. However, I'm not sure of any other way to declare the value as unsigned. I'm storing the result of MySQL's uuid_short()
function which is an unsigned 64-bit integer which will likely cause an overflow if the column is not declared as UNSIGNED
.
What's the proper way of handling this issue now?
from https://groups.google.com/forum/#!topic/sqlalchemy/L3otXINq6Ts :
you can use from sqlalchemy.dialects.mysql import BIGINT
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With