decimal.InvalidOperation: [<class 'decimal.ConversionSyntax'>] with mysqlclient > 1.4.6 #677
Unanswered
coleifer
asked this question in
Issue report
Replies: 1 comment 4 replies
-
I can not reproduce it. Your script runs successfully. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug
A user reported an issue on Peewee when attempting to create tables here: coleifer/peewee#2812
The SQL that triggered the error:
The traceback:
A similar issue has been reported on saltstack: saltstack/salt#65414
Environment
How did you install libmysqlclient libraries?
No response
What version of mysqlclient do you use?
2.0.3
Minimum but complete code to reproduce
Commands, and any other step required to reproduce your issue.
No other information was provided to me beyond the versions the user had. The query I pasted above was issued using
pymysql
. No schema should be necessary, as the issue seemed to manifest before any schema was created.Beta Was this translation helpful? Give feedback.
All reactions