Update base.py => base.utils.IntegrityError(*tuple(e.args)) not exists#4
Update base.py => base.utils.IntegrityError(*tuple(e.args)) not exists#4jmlefevrevulog wants to merge 1 commit into
Conversation
|
You missed some changes. I created and uploaded this under version |
LogDB Error : e.cls:[OperationalError], e.bytes:[(1048, "Column 'foobar' cannot be null")] => Seems I should have integrityError right ? |
|
Not sure, could you please check what default engine throws? |
|
Stack trace refer to mysql has gone away if that what you ask for
…
Le 25 janv. 2021 à 20:20, Andrew ***@***.***> a écrit :
Not sure, could you please check what default engine throws?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
|
Of course it does. I mean you expect IntegrityEror but you're getting OperationalError when you're using mysql_has_gone_away engine in settings.py. If you use standard mysql engine, does it throw the same? |
|
I set back conf to original MySQL driver and retry it: |
|
Could you please pull from master and fix it? |
|
I may have a look but don't know when ... |
No description provided.