Server IP : 104.21.93.192 / Your IP : 216.73.216.73 Web Server : LiteSpeed System : Linux premium900.web-hosting.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64 User : redwjova ( 1790) PHP Version : 8.1.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /opt/cloudlinux/venv/lib/python3.11/site-packages/sqlalchemy/pool/__pycache__/ |
Upload File : |
� � h�� � �f � d Z ddlmZ ddlZddlZddlmZ ddlmZ ddlmZ ddlm Z dd lm Z dd l mZ e j d� � Z e j d� � Z e j d � � Z G d� de� � Z G d� de j � � Z G d� de� � Z dd�Z e� � Z G d� de� � ZdS )z'Base constructs for connection pools. � )�dequeN� )�event)�exc)� interfaces)�log)�util)� threading�reset_rollback�reset_commit� reset_nonec �* � e Zd ZdZd� Zd� Zd� Zd� ZdS )�_ConnDialectz�partial implementation of :class:`.Dialect` which provides DBAPI connection methods. When a :class:`_pool.Pool` is combined with an :class:`_engine.Engine`, the :class:`_engine.Engine` replaces this with its own :class:`.Dialect`. c �. � |� � � d S �N)�rollback��self�dbapi_connections �K/opt/cloudlinux/venv/lib64/python3.11/site-packages/sqlalchemy/pool/base.py�do_rollbackz_ConnDialect.do_rollback) s � ��!�!�#�#�#�#�#� c �. � |� � � d S r )�commitr s r � do_commitz_ConnDialect.do_commit, s � ����!�!�!�!�!r c �. � |� � � d S r )�closer s r �do_closez_ConnDialect.do_close/ s � ���� � � � � r c � � t d� � �)NzJThe ping feature requires that a dialect is passed to the connection pool.��NotImplementedErrorr s r �do_pingz_ConnDialect.do_ping2 s � �!� -� � � r N)�__name__� __module__�__qualname__�__doc__r r r r"