view MySQLdb/constants/__init__.py @ 67:98d968f5af11 MySQLdb

Reimplement MySQL->Python type conversion in C; much simpler and easier to deal with now. Hey, all my tests pass, so I guess that means I need to write some more tests.
author adustman
date Mon, 30 Mar 2009 20:21:24 +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]