File: //opt/alt/python27/lib/python2.7/site-packages/sqlalchemy/dialects/postgresql/pypostgresql.pyc
�
���ec @ 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 j f d � � YZ
d
e f d � � YZ d e f d
� � YZ e Z
d S( s
.. dialect:: postgresql+pypostgresql
:name: py-postgresql
:dbapi: pypostgresql
:connectstring: postgresql+pypostgresql://user:password@host:port/dbname[?key=value&key=value...]
:url: https://python.projects.pgfoundry.org/
.. note::
The pypostgresql dialect is **not tested as part of SQLAlchemy's continuous
integration** and may have unresolved issues. The recommended PostgreSQL
driver is psycopg2.
.. deprecated:: 1.4 The py-postgresql DBAPI is deprecated and will be removed
in a future version. This DBAPI is superseded by the external
version available at external-dialect_. Please use the external version or
one of the supported DBAPIs to connect to PostgreSQL.
.. TODO update link
.. _external-dialect: https://github.com/PyGreSQL
i ( t PGDialect( t PGExecutionContexti ( t
processors( t types( t utilt PGNumericc B s e Z d � Z d � Z RS( c C s t j S( N( R t to_str( t selft dialect( ( s\ /opt/alt/python27/lib/python2.7/site-packages/sqlalchemy/dialects/postgresql/pypostgresql.pyt bind_processor&