iris-pgwire 1.2.30__tar.gz → 1.2.32__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/PKG-INFO +1 -1
- {iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/src/iris_pgwire/__init__.py +1 -1
- {iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/src/iris_pgwire/dbapi_connection_pool.py +17 -20
- {iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/src/iris_pgwire/models/dbapi_connection.py +19 -0
- {iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/.gitignore +0 -0
- {iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/CHANGELOG.md +0 -0
- {iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/LICENSE +0 -0
- {iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/README.md +0 -0
- {iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/docs/VECTOR_PARAMETER_BINDING.md +0 -0
- {iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/examples/BI_TOOLS_SETUP.md +0 -0
- {iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/examples/async_sqlalchemy_demo.py +0 -0
- {iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/examples/bi_tools_demo.py +0 -0
- {iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/examples/client_demonstrations.py +0 -0
- {iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/examples/client_demos.py +0 -0
- {iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/examples/translation_api_demo.py +0 -0
- {iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/pyproject.toml +0 -0
- {iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/src/iris_pgwire/auth/__init__.py +0 -0
- {iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/src/iris_pgwire/auth/auth_selector.py +0 -0
- {iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/src/iris_pgwire/auth/gssapi_auth.py +0 -0
- {iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/src/iris_pgwire/auth/oauth_bridge.py +0 -0
- {iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/src/iris_pgwire/auth/scram.py +0 -0
- {iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/src/iris_pgwire/auth/wallet_credentials.py +0 -0
- {iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/src/iris_pgwire/backend_selector.py +0 -0
- {iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/src/iris_pgwire/bulk_executor.py +0 -0
- {iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/src/iris_pgwire/catalog/__init__.py +0 -0
- {iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/src/iris_pgwire/catalog/catalog_functions.py +0 -0
- {iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/src/iris_pgwire/catalog/catalog_router.py +0 -0
- {iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/src/iris_pgwire/catalog/oid_generator.py +0 -0
- {iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/src/iris_pgwire/catalog/pg_attrdef.py +0 -0
- {iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/src/iris_pgwire/catalog/pg_attribute.py +0 -0
- {iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/src/iris_pgwire/catalog/pg_class.py +0 -0
- {iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/src/iris_pgwire/catalog/pg_constraint.py +0 -0
- {iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/src/iris_pgwire/catalog/pg_index.py +0 -0
- {iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/src/iris_pgwire/catalog/pg_namespace.py +0 -0
- {iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/src/iris_pgwire/catalog/pg_type.py +0 -0
- {iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/src/iris_pgwire/column_validator.py +0 -0
- {iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/src/iris_pgwire/config_schema.py +0 -0
- {iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/src/iris_pgwire/constitutional.py +0 -0
- {iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/src/iris_pgwire/conversions/__init__.py +0 -0
- {iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/src/iris_pgwire/conversions/bulk_insert.py +0 -0
- {iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/src/iris_pgwire/conversions/date_horolog.py +0 -0
- {iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/src/iris_pgwire/conversions/ddl_idempotency.py +0 -0
- {iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/src/iris_pgwire/conversions/ddl_splitter.py +0 -0
- {iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/src/iris_pgwire/conversions/json_path.py +0 -0
- {iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/src/iris_pgwire/conversions/vector_syntax.py +0 -0
- {iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/src/iris_pgwire/copy_handler.py +0 -0
- {iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/src/iris_pgwire/csv_processor.py +0 -0
- {iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/src/iris_pgwire/dbapi_executor.py +0 -0
- {iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/src/iris_pgwire/debug_tracer.py +0 -0
- {iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/src/iris_pgwire/health_checker.py +0 -0
- {iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/src/iris_pgwire/integratedml.py +0 -0
- {iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/src/iris_pgwire/iris_constructs.py +0 -0
- {iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/src/iris_pgwire/iris_executor.py +0 -0
- {iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/src/iris_pgwire/iris_log_handler.py +0 -0
- {iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/src/iris_pgwire/iris_user_management.py +0 -0
- {iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/src/iris_pgwire/models/__init__.py +0 -0
- {iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/src/iris_pgwire/models/backend_config.py +0 -0
- {iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/src/iris_pgwire/models/connection_pool_state.py +0 -0
- {iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/src/iris_pgwire/models/ipm_metadata.py +0 -0
- {iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/src/iris_pgwire/models/vector_query_request.py +0 -0
- {iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/src/iris_pgwire/observability.py +0 -0
- {iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/src/iris_pgwire/performance_monitor.py +0 -0
- {iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/src/iris_pgwire/protocol.py +0 -0
- {iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/src/iris_pgwire/quality/__init__.py +0 -0
- {iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/src/iris_pgwire/quality/__main__.py +0 -0
- {iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/src/iris_pgwire/quality/code_quality_validator.py +0 -0
- {iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/src/iris_pgwire/quality/documentation_validator.py +0 -0
- {iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/src/iris_pgwire/quality/package_metadata_validator.py +0 -0
- {iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/src/iris_pgwire/quality/security_validator.py +0 -0
- {iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/src/iris_pgwire/quality/validator.py +0 -0
- {iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/src/iris_pgwire/schema_mapper.py +0 -0
- {iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/src/iris_pgwire/server.py +0 -0
- {iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/src/iris_pgwire/sql_translator/__init__.py +0 -0
- {iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/src/iris_pgwire/sql_translator/alias_extractor.py +0 -0
- {iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/src/iris_pgwire/sql_translator/api.py +0 -0
- {iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/src/iris_pgwire/sql_translator/boolean_translator.py +0 -0
- {iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/src/iris_pgwire/sql_translator/cache.py +0 -0
- {iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/src/iris_pgwire/sql_translator/confidence_analyzer.py +0 -0
- {iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/src/iris_pgwire/sql_translator/config.py +0 -0
- {iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/src/iris_pgwire/sql_translator/copy_parser.py +0 -0
- {iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/src/iris_pgwire/sql_translator/date_translator.py +0 -0
- {iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/src/iris_pgwire/sql_translator/debug.py +0 -0
- {iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/src/iris_pgwire/sql_translator/default_values.py +0 -0
- {iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/src/iris_pgwire/sql_translator/enum_registry.py +0 -0
- {iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/src/iris_pgwire/sql_translator/enum_translator.py +0 -0
- {iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/src/iris_pgwire/sql_translator/error_handler.py +0 -0
- {iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/src/iris_pgwire/sql_translator/identifier_normalizer.py +0 -0
- {iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/src/iris_pgwire/sql_translator/interceptor.py +0 -0
- {iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/src/iris_pgwire/sql_translator/logging_config.py +0 -0
- {iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/src/iris_pgwire/sql_translator/mappings/__init__.py +0 -0
- {iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/src/iris_pgwire/sql_translator/mappings/constructs.py +0 -0
- {iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/src/iris_pgwire/sql_translator/mappings/datatypes.py +0 -0
- {iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/src/iris_pgwire/sql_translator/mappings/document_filters.py +0 -0
- {iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/src/iris_pgwire/sql_translator/mappings/functions.py +0 -0
- {iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/src/iris_pgwire/sql_translator/metrics.py +0 -0
- {iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/src/iris_pgwire/sql_translator/models.py +0 -0
- {iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/src/iris_pgwire/sql_translator/normalizer.py +0 -0
- {iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/src/iris_pgwire/sql_translator/parser.py +0 -0
- {iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/src/iris_pgwire/sql_translator/performance_monitor.py +0 -0
- {iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/src/iris_pgwire/sql_translator/pipeline.py +0 -0
- {iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/src/iris_pgwire/sql_translator/refiner.py +0 -0
- {iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/src/iris_pgwire/sql_translator/skipped_table_set.py +0 -0
- {iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/src/iris_pgwire/sql_translator/statement_filter.py +0 -0
- {iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/src/iris_pgwire/sql_translator/transaction_translator.py +0 -0
- {iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/src/iris_pgwire/sql_translator/translator.py +0 -0
- {iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/src/iris_pgwire/sql_translator/validator.py +0 -0
- {iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/src/iris_pgwire/testing/__init__.py +0 -0
- {iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/src/iris_pgwire/testing/base_fixture_builder.py +0 -0
- {iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/src/iris_pgwire/type_mapping.py +0 -0
- {iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/src/iris_pgwire/vector_metrics.py +0 -0
- {iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/src/iris_pgwire/vector_optimizer.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: iris-pgwire
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.32
|
|
4
4
|
Summary: PostgreSQL Wire Protocol Server for InterSystems IRIS - Connect BI tools, Python frameworks, and PostgreSQL clients to IRIS databases
|
|
5
5
|
Project-URL: Homepage, https://github.com/intersystems-community/iris-pgwire
|
|
6
6
|
Project-URL: Documentation, https://github.com/intersystems-community/iris-pgwire#readme
|
|
@@ -6,7 +6,7 @@ Based on the specification from docs/iris_pgwire_plan.md and proven patterns fro
|
|
|
6
6
|
caretdev/sqlalchemy-iris.
|
|
7
7
|
"""
|
|
8
8
|
|
|
9
|
-
__version__ = "1.2.
|
|
9
|
+
__version__ = "1.2.32"
|
|
10
10
|
__author__ = "Thomas Dyar <thomas.dyar@intersystems.com>"
|
|
11
11
|
|
|
12
12
|
# Don't import server/protocol in __init__ to avoid sys.modules conflicts
|
|
@@ -115,11 +115,11 @@ class IRISConnectionPool:
|
|
|
115
115
|
|
|
116
116
|
# Check if connection needs recycling
|
|
117
117
|
if conn_wrapper.should_recycle():
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
118
|
+
logger.info(
|
|
119
|
+
"Recycling old connection",
|
|
120
|
+
connection_id=conn_wrapper.connection_id,
|
|
121
|
+
age_seconds=round(conn_wrapper.age_seconds, 1),
|
|
122
|
+
)
|
|
123
123
|
|
|
124
124
|
await self._recycle_connection(conn_wrapper)
|
|
125
125
|
# Continue loop to get another connection
|
|
@@ -134,12 +134,11 @@ class IRISConnectionPool:
|
|
|
134
134
|
).total_seconds()
|
|
135
135
|
|
|
136
136
|
if idle_seconds > 10.0:
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
137
|
+
logger.debug(
|
|
138
|
+
"Checking health of idle connection",
|
|
139
|
+
connection_id=conn_wrapper.connection_id,
|
|
140
|
+
idle_seconds=round(idle_seconds, 1),
|
|
141
|
+
)
|
|
143
142
|
|
|
144
143
|
is_healthy = await self._check_connection_health(conn_wrapper)
|
|
145
144
|
if not is_healthy:
|
|
@@ -340,12 +339,11 @@ class IRISConnectionPool:
|
|
|
340
339
|
self._total_created += 1
|
|
341
340
|
|
|
342
341
|
logger.info(
|
|
343
|
-
"
|
|
342
|
+
"Created new IRIS connection",
|
|
344
343
|
connection_id=conn_wrapper.connection_id,
|
|
345
|
-
idle_seconds=round(conn_wrapper
|
|
344
|
+
idle_seconds=round(getattr(conn_wrapper, "idle_seconds", 0.0), 1),
|
|
346
345
|
)
|
|
347
346
|
|
|
348
|
-
|
|
349
347
|
return conn_wrapper
|
|
350
348
|
|
|
351
349
|
except Exception as e:
|
|
@@ -365,12 +363,11 @@ class IRISConnectionPool:
|
|
|
365
363
|
del self._connections[conn_wrapper.connection_id]
|
|
366
364
|
self._total_recycled += 1
|
|
367
365
|
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
366
|
+
logger.info(
|
|
367
|
+
"Removed connection from pool",
|
|
368
|
+
connection_id=conn_wrapper.connection_id,
|
|
369
|
+
is_overflow=conn_wrapper.is_overflow,
|
|
370
|
+
)
|
|
374
371
|
|
|
375
372
|
async def _check_connection_health(self, conn_wrapper: DBAPIConnection) -> bool:
|
|
376
373
|
"""
|
|
@@ -79,6 +79,7 @@ class DBAPIConnection(BaseModel):
|
|
|
79
79
|
pool_recycle_seconds: int = Field(
|
|
80
80
|
ge=60, description="Maximum connection lifetime before recycling"
|
|
81
81
|
)
|
|
82
|
+
is_overflow: bool = Field(default=False, description="Whether this is an overflow connection")
|
|
82
83
|
|
|
83
84
|
# Pydantic v2 configuration
|
|
84
85
|
model_config = ConfigDict(
|
|
@@ -101,10 +102,28 @@ class DBAPIConnection(BaseModel):
|
|
|
101
102
|
"iris_port": 1972,
|
|
102
103
|
"iris_namespace": "USER",
|
|
103
104
|
"pool_recycle_seconds": 3600,
|
|
105
|
+
"is_overflow": False,
|
|
104
106
|
}
|
|
105
107
|
},
|
|
106
108
|
)
|
|
107
109
|
|
|
110
|
+
@property
|
|
111
|
+
def idle_seconds(self) -> float:
|
|
112
|
+
"""
|
|
113
|
+
Calculate connection idle time in seconds.
|
|
114
|
+
|
|
115
|
+
Returns:
|
|
116
|
+
Seconds since last usage, or since creation if never used.
|
|
117
|
+
"""
|
|
118
|
+
reference_time = self.last_used_at or self.created_at
|
|
119
|
+
now = datetime.now(UTC)
|
|
120
|
+
|
|
121
|
+
if now < reference_time:
|
|
122
|
+
# Handle potential clock skew
|
|
123
|
+
return 0.0
|
|
124
|
+
|
|
125
|
+
return (now - reference_time).total_seconds()
|
|
126
|
+
|
|
108
127
|
def age_seconds(self) -> float:
|
|
109
128
|
"""
|
|
110
129
|
Calculate connection age in seconds.
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/src/iris_pgwire/quality/documentation_validator.py
RENAMED
|
File without changes
|
{iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/src/iris_pgwire/quality/package_metadata_validator.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/src/iris_pgwire/sql_translator/boolean_translator.py
RENAMED
|
File without changes
|
|
File without changes
|
{iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/src/iris_pgwire/sql_translator/confidence_analyzer.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/src/iris_pgwire/sql_translator/identifier_normalizer.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/src/iris_pgwire/sql_translator/mappings/__init__.py
RENAMED
|
File without changes
|
{iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/src/iris_pgwire/sql_translator/mappings/constructs.py
RENAMED
|
File without changes
|
{iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/src/iris_pgwire/sql_translator/mappings/datatypes.py
RENAMED
|
File without changes
|
|
File without changes
|
{iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/src/iris_pgwire/sql_translator/mappings/functions.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/src/iris_pgwire/sql_translator/performance_monitor.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/src/iris_pgwire/sql_translator/skipped_table_set.py
RENAMED
|
File without changes
|
{iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/src/iris_pgwire/sql_translator/statement_filter.py
RENAMED
|
File without changes
|
{iris_pgwire-1.2.30 → iris_pgwire-1.2.32}/src/iris_pgwire/sql_translator/transaction_translator.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|