Uname : Linux premium36.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
Soft : LiteSpeed
Ip : 198.54.115.237
Port : 443
~
/
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
sqlalchemy
/
dialects
/
mysql
/
__pycache__
[ HOME ]
Exec
Submit
File Name : oursql.cpython-311.pyc
� � h� � � � 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 �W/opt/cloudlinux/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 '