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
gaerdbms.cpython-311.pyc
� 6n�I%ttP� �d � d Z ddlZddlZddlmZ ddlmZ ddlmZ d� Z G d � d e� � Z e ZdS )a} .. dialect:: mysql+gaerdbms :name: Google Cloud SQL :dbapi: rdbms :connectstring: mysql+gaerdbms:///<dbname>?instance=<instancename> :url: https://developers.google.com/appengine/docs/python/cloud-sql/developers-guide This dialect is based primarily on the :mod:`.mysql.mysqldb` dialect with minimal changes. .. deprecated:: 1.0 This dialect is **no longer necessary** for Google Cloud SQL; the MySQLdb dialect can be used directly. Cloud SQL now recommends creating connections via the mysql dialect using the URL format ``mysql+mysqldb://root@/<dbname>?unix_socket=/cloudsql/<projectid>:<instancename>`` Pooling ------- Google App Engine connections appear to be randomly recycled, so the dialect does not pool connections. The :class:`.NullPool` implementation is installed within the :class:`_engine.Engine` by default. � N)�warn_deprecated� )�MySQLDialect_mysqldb� ��NullPoolc �h � t j � dd� � � d� � S )N�SERVER_SOFTWARE� zDevelopment/)�os�environ�get� startswith� � �u/builddir/build/BUILD/cloudlinux-venv-1.0.8/venv/lib64/python3.11/site-packages/sqlalchemy/dialects/mysql/gaerdbms.py�_is_dev_environmentr + s'