Uname : Linux serv1.rebootns.com 5.14.0-570.62.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Nov 11 10:10:59 EST 2025 x86_64
Soft : LiteSpeed
Ip : 139.99.125.122
Port : 443
~
/
opt
/
cloudlinux
/
venv
/
lib64
/
python3.11
/
site-packages
/
sqlalchemy
/
dialects
/
mysql
/
__pycache__
[ HOME ]
Exec
Submit
oursql.cpython-311.pyc
� �����x� � � d Z ddlmZ ddlmZ ddlmZ ddlmZ ddlmZ G d� d e� � Z G d � de� � Z G d� d e� � ZeZdS )a .. dialect:: mysql+oursql :name: OurSQL :dbapi: oursql :connectstring: mysql+oursql://<user>:<password>@<host>[:<port>]/<dbname> :url: http://packages.python.org/oursql/ .. note:: The OurSQL MySQL dialect is legacy and is no longer supported upstream, and is **not tested as part of SQLAlchemy's continuous integration**. The recommended MySQL dialects are mysqlclient and PyMySQL. Unicode ------- Please see :ref:`mysql_unicode` for current recommendations on unicode handling. � )�BIT)�MySQLDialect)�MySQLExecutionContext� )�types)�utilc � � e Zd Zd� ZdS )� _oursqlBITc � � dS )z'oursql already converts mysql bits, so.N� )�self�dialect�coltypes �s/builddir/build/BUILD/cloudlinux-venv-1.0.8/venv/lib64/python3.11/site-packages/sqlalchemy/dialects/mysql/oursql.py�result_processorz_oursqlBIT.result_processor( s � � �t� N)�__name__� __module__�__qualname__r r r r r r '