⚠️ BACKUP DATA ANDA SECARA TERATUR! File manager ini untuk keperluan teknis.
Zy Filemanager
berang berang bawa gelek berangkat lek !!!
🌙 Dark Mode
🏠 Home Shell
🔄 Refresh
Current Path:
Home Shell
/
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
sqlalchemy
/
connectors
/
__pycache__
⬆️ Parent Directory
📁 File Browser
Name
Size
Permissions
Modified Date
Actions
📄
__init__.cpython-311.pyc
(425 bytes)
425 B
0644
📅
✏️
✍️
⬇️
🗑️
📄
mxodbc.cpython-311.pyc
(7,390 bytes)
7.22 KB
0644
📅
✏️
✍️
⬇️
🗑️
📄
pyodbc.cpython-311.pyc
(8,390 bytes)
8.19 KB
0644
📅
✏️
✍️
⬇️
🗑️
📄
zxJDBC.cpython-311.pyc
(2,857 bytes)
2.79 KB
0644
📅
✏️
✍️
⬇️
🗑️
📤 Upload Files
Single File
Multiple Files
ZIP Extract
ZIP file will be deleted after extraction
➕ Create New
New Folder
New File
✍️ Editing: mxodbc.cpython-311.pyc
File: /opt/cloudlinux/venv/lib/python3.11/site-packages/sqlalchemy/connectors/__pycache__/mxodbc.cpython-311.pyc
Size: 7.22 KB | Last Modified: 2026-01-20 20:01:47
💾 Backup File
🔢 Toggle Line Numbers
� �|oi� � �J � d Z ddlZddlZddlZddlmZ G d� de� � ZdS )a� Provide a SQLALchemy connector for the eGenix mxODBC commercial Python adapter for ODBC. This is not a free product, but eGenix provides SQLAlchemy with a license for use in continuous integration testing. This has been tested for use with mxODBC 3.1.2 on SQL Server 2005 and 2008, using the SQL Server Native driver. However, it is possible for this to be used on other database platforms. For more info on mxODBC, see http://www.egenix.com/ � N� )� Connectorc � � e Zd ZdZdZdZdZdZed� � � Z ed� � � Z d� Zd� Zd� Z d � Zd � Zd� Zdd �Zdd�ZdS )�MxODBCConnector�mxodbcFTc � � | � � � t j }|dk rddlm} n'd|v rddlm} n|dk rddlm} nt d� � �|S ) N�win32r )�Windows�linux)�unixODBC�darwin)�iODBCz'Unrecognized platform for mxODBC import)�_load_mx_exceptions�sys�platform�mx.ODBCr r r �ImportError)�clsr �Modules �p/builddir/build/BUILD/cloudlinux-venv-1.0.10/venv/lib64/python3.11/site-packages/sqlalchemy/connectors/mxodbc.py�dbapizMxODBCConnector.dbapi&