klen / mixer

Mixer -- Is a fixtures replacement. Supported Django, Flask, SqlAlchemy and custom python objects.
Other
939 stars 96 forks source link

change SMALLINT to 32767 #131

Closed avi-pomicell closed 3 years ago

avi-pomicell commented 3 years ago

in mysql 32768 is too large for a small int, only 32767 is allowed. (ref - https://dev.mysql.com/doc/refman/8.0/en/integer-types.html) this causes a bug for me many times.

avi-pomicell commented 3 years ago

oops. closed by mistake. (newb...)

coveralls commented 3 years ago

Coverage Status

Coverage increased (+0.9%) to 87.663% when pulling f8fe8817254f1dc578cd64b8d3611ce582cf63d7 on avi-pomicell:patch-1 into 6af15d5e65d8a2ee8185f7777bf095d611ba13ae on klen:develop.

klen commented 3 years ago

@avi-pomicell Thank you for the PR!