File: //opt/alt/python27/lib64/python2.7/site-packages/sqlalchemy/dialects/mysql/oursql.pyc
�
��4]c @ s� d Z d d l m Z d d l m Z d d l m Z d d l m Z d d l m Z d e f d � � YZ d
e f d � � YZ
d e f d
� � YZ e Z d S( s
.. dialect:: mysql+oursql
:name: OurSQL
:dbapi: oursql
:connectstring: mysql+oursql://<user>:<password>@<host>[:<port>]/<dbname>
:url: http://packages.python.org/oursql/
.. note::
The OurSQL MySQL dialect is legacy and is no longer supported upstream,
and is **not tested as part of SQLAlchemy's continuous integration**.
The recommended MySQL dialects are mysqlclient and PyMySQL.
Unicode
-------
Please see :ref:`mysql_unicode` for current recommendations on unicode
handling.
i ( t BIT( t MySQLDialect( t MySQLExecutionContexti ( t types( t utilt
_oursqlBITc B s e Z d � Z RS( c C s d S( s'