We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
__all__
__init__.py
1 parent 6f5f48b commit 23addefCopy full SHA for 23addef
MySQLdb/__init__.py
@@ -89,7 +89,7 @@ def Connect(*args, **kwargs):
89
'Date', 'Time', 'Timestamp', 'DateFromTicks', 'TimeFromTicks',
90
'TimestampFromTicks', 'DataError', 'DatabaseError', 'Error',
91
'FIELD_TYPE', 'IntegrityError', 'InterfaceError', 'InternalError',
92
- 'MySQLError', 'NULL', 'NUMBER', 'NotSupportedError', 'DBAPISet',
+ 'MySQLError', 'NUMBER', 'NotSupportedError', 'DBAPISet',
93
'OperationalError', 'ProgrammingError', 'ROWID', 'STRING', 'TIME',
94
'TIMESTAMP', 'Warning', 'apilevel', 'connect', 'connections',
95
'constants', 'converters', 'cursors', 'debug', 'escape',
0 commit comments