You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: 'module' object has no attribute 'NULL'
Possible Solution
Removed "NULL" from __all__ of __init__.py
Steps to Reproduce
from MySQLdb import *
Context (Environment)
It seems that "NULL" symbol is removed from MySQLdb/_mysql.c in 819688b
Also this issue occurs when google AppEngine deploys a local service for testing. rdbms_mysqldb.py
Expected Behavior
No exception is raised.
Current Behavior
An exception is raised:
Possible Solution
Removed
"NULL"
from__all__
of__init__.py
Steps to Reproduce
from MySQLdb import *
Context (Environment)
It seems that
"NULL"
symbol is removed fromMySQLdb/_mysql.c
in 819688bAlso this issue occurs when google AppEngine deploys a local service for testing. rdbms_mysqldb.py
Possible Fix
#369
The text was updated successfully, but these errors were encountered: