관리-도구
편집 파일: pypostgresql.cpython-37.pyc
B ��4]c � @ sz d Z ddlmZ ddlmZ ddlmZ ddlmZ ddlmZ G dd � d ej �Z G d d� de�ZG dd � d e�ZeZ dS )a� .. 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. � )� PGDialect)�PGExecutionContext� )� processors)�types)�utilc @ s e Zd Zdd� Zdd� ZdS )� PGNumericc C s t jS )N)r Zto_str)�self�dialect� r �^/opt/alt/python37/lib64/python3.7/site-packages/sqlalchemy/dialects/postgresql/pypostgresql.py�bind_processor s zPGNumeric.bind_processorc C s | j r d S tjS d S )N)Z asdecimalr Zto_float)r r Zcoltyper r r �result_processor"