view MySQLdb/constants/__init__.py @ 60:c9fd1a7932f4 MySQLdb

Merge back change 609 for remaining old style exceptions
author kylev
date Thu, 05 Mar 2009 20:00:51 +0000
parents 7773efbe9b30
children
line wrap: on
line source

"""
MySQL Constants
---------------

Various constants used by the MySQL client/server protocol.
"""
__all__ = ['CR', 'FIELD_TYPE','CLIENT','REFRESH','ER','FLAG']
__revision__ = "$Revision$"[11:-2]
__author__ = "$Author$"[9:-2]