view MySQLdb/constants/__init__.py @ 59:5db99d9be0fb MySQLdb

Fix #2663436: Character fields with a binary character set should be returned as str, else unicode.
author adustman
date Thu, 05 Mar 2009 02:40:50 +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]