Submit
Path:
~
/
/
opt
/
alt
/
python37
/
lib64
/
python3.7
/
site-packages
/
sqlalchemy
/
dialects
/
sybase
/
__pycache__
/
File Content:
pyodbc.cpython-37.opt-1.pyc
B ��4]H � @ s� d Z ddlZddlmZ ddlmZ ddlmZ ddlm Z ddlm Z G dd � d ej�ZG d d� de �Z G dd � d ee �ZeZdS )a� .. dialect:: sybase+pyodbc :name: PyODBC :dbapi: pyodbc :connectstring: sybase+pyodbc://<username>:<password>@<dsnname>[/<database>] :url: http://pypi.python.org/pypi/pyodbc/ Unicode Support --------------- The pyodbc driver currently supports usage of these Sybase types with Unicode or multibyte strings:: CHAR NCHAR NVARCHAR TEXT VARCHAR Currently *not* supported are:: UNICHAR UNITEXT UNIVARCHAR � N)� processors)�types)�PyODBCConnector)� SybaseDialect)�SybaseExecutionContextc s e Zd ZdZ� fdd�Z� ZS )�_SybNumeric_pyodbcz�Turns Decimals with adjusted() < -6 into floats. It's not yet known how to get decimals with many significant digits or very large adjusted() into Sybase via pyodbc. c s"