%PDF- %PDF-
Direktori : /opt/alt/python27/lib64/python2.7/site-packages/sqlalchemy/dialects/postgresql/ |
Current File : //opt/alt/python27/lib64/python2.7/site-packages/sqlalchemy/dialects/postgresql/pypostgresql.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 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: http://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. 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/lib64/python2.7/site-packages/sqlalchemy/dialects/postgresql/pypostgresql.pyt bind_processor s c C s | j r d St j Sd S( N( t asdecimalt NoneR t to_float( R R t coltype( ( s^ /opt/alt/python27/lib64/python2.7/site-packages/sqlalchemy/dialects/postgresql/pypostgresql.pyt result_processor"