altcodepro-polydb-python 2.5.2__tar.gz → 2.5.4__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.
- {altcodepro_polydb_python-2.5.2/src/altcodepro_polydb_python.egg-info → altcodepro_polydb_python-2.5.4}/PKG-INFO +1 -1
- {altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/pyproject.toml +1 -1
- {altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4/src/altcodepro_polydb_python.egg-info}/PKG-INFO +1 -1
- {altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/src/polydb/adapters/AzureTableStorageAdapter.py +41 -4
- {altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/LICENSE +0 -0
- {altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/MANIFEST.in +0 -0
- {altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/README.md +0 -0
- {altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/requirements-aws.txt +0 -0
- {altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/requirements-azure.txt +0 -0
- {altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/requirements-dev.txt +0 -0
- {altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/requirements-gcp.txt +0 -0
- {altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/requirements-generic.txt +0 -0
- {altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/requirements.txt +0 -0
- {altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/setup.cfg +0 -0
- {altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/setup.py +0 -0
- {altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/src/altcodepro_polydb_python.egg-info/SOURCES.txt +0 -0
- {altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/src/altcodepro_polydb_python.egg-info/dependency_links.txt +0 -0
- {altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/src/altcodepro_polydb_python.egg-info/requires.txt +0 -0
- {altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/src/altcodepro_polydb_python.egg-info/top_level.txt +0 -0
- {altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/src/polydb/PolyDB.py +0 -0
- {altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/src/polydb/__init__.py +0 -0
- {altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/src/polydb/adapters/AzureBlobStorageAdapter.py +0 -0
- {altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/src/polydb/adapters/AzureFileStorageAdapter.py +0 -0
- {altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/src/polydb/adapters/AzureQueueAdapter.py +0 -0
- {altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/src/polydb/adapters/BlockchainBlobAdapter.py +0 -0
- {altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/src/polydb/adapters/BlockchainFileAdapter.py +0 -0
- {altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/src/polydb/adapters/BlockchainKVAdapter.py +0 -0
- {altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/src/polydb/adapters/BlockchainQueueAdapter.py +0 -0
- {altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/src/polydb/adapters/DynamoDBAdapter.py +0 -0
- {altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/src/polydb/adapters/EFSAdapter.py +0 -0
- {altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/src/polydb/adapters/FirestoreAdapter.py +0 -0
- {altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/src/polydb/adapters/GCPFilestoreAdapter.py +0 -0
- {altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/src/polydb/adapters/GCPPubSubAdapter.py +0 -0
- {altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/src/polydb/adapters/GCPStorageAdapter.py +0 -0
- {altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/src/polydb/adapters/MongoDBAdapter.py +0 -0
- {altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/src/polydb/adapters/PostgreSQLAdapter.py +0 -0
- {altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/src/polydb/adapters/S3Adapter.py +0 -0
- {altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/src/polydb/adapters/S3CompatibleAdapter.py +0 -0
- {altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/src/polydb/adapters/SQSAdapter.py +0 -0
- {altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/src/polydb/adapters/VercelBlobAdapter.py +0 -0
- {altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/src/polydb/adapters/VercelFileAdapter.py +0 -0
- {altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/src/polydb/adapters/VercelKVAdapter.py +0 -0
- {altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/src/polydb/adapters/VercelQueueAdapter.py +0 -0
- {altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/src/polydb/adapters/__init__.py +0 -0
- {altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/src/polydb/advanced_query.py +0 -0
- {altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/src/polydb/audit/AuditStorage.py +0 -0
- {altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/src/polydb/audit/__init__.py +0 -0
- {altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/src/polydb/audit/context.py +0 -0
- {altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/src/polydb/audit/manager.py +0 -0
- {altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/src/polydb/audit/models.py +0 -0
- {altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/src/polydb/base/NoSQLKVAdapter.py +0 -0
- {altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/src/polydb/base/ObjectStorageAdapter.py +0 -0
- {altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/src/polydb/base/QueueAdapter.py +0 -0
- {altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/src/polydb/base/SharedFilesAdapter.py +0 -0
- {altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/src/polydb/base/__init__.py +0 -0
- {altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/src/polydb/batch.py +0 -0
- {altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/src/polydb/cache.py +0 -0
- {altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/src/polydb/cloudDatabaseFactory.py +0 -0
- {altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/src/polydb/databaseFactory.py +0 -0
- {altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/src/polydb/decorators.py +0 -0
- {altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/src/polydb/errors.py +0 -0
- {altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/src/polydb/json_safe.py +0 -0
- {altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/src/polydb/models.py +0 -0
- {altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/src/polydb/monitoring.py +0 -0
- {altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/src/polydb/multitenancy.py +0 -0
- {altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/src/polydb/observability/__init__.py +0 -0
- {altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/src/polydb/observability/logging.py +0 -0
- {altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/src/polydb/py.typed +0 -0
- {altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/src/polydb/query.py +0 -0
- {altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/src/polydb/registry.py +0 -0
- {altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/src/polydb/retry.py +0 -0
- {altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/src/polydb/schema.py +0 -0
- {altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/src/polydb/security.py +0 -0
- {altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/src/polydb/services/__init__.py +0 -0
- {altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/src/polydb/services/compliance_service.py +0 -0
- {altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/src/polydb/services/security_service.py +0 -0
- {altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/src/polydb/types.py +0 -0
- {altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/src/polydb/utils.py +0 -0
- {altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/src/polydb/validation.py +0 -0
- {altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/tests/test_advanced_query_injection.py +0 -0
- {altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/tests/test_atomic_decrement.py +0 -0
- {altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/tests/test_audit_chain_cutover.py +0 -0
- {altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/tests/test_audit_hmac.py +0 -0
- {altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/tests/test_aws.py +0 -0
- {altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/tests/test_azure.py +0 -0
- {altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/tests/test_azure_queue_receipt_handle.py +0 -0
- {altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/tests/test_azure_table_empty_filter.py +0 -0
- {altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/tests/test_azure_table_unpack_entity.py +0 -0
- {altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/tests/test_blockchain.py +0 -0
- {altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/tests/test_cloud_factory.py +0 -0
- {altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/tests/test_field_encryption.py +0 -0
- {altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/tests/test_gcp.py +0 -0
- {altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/tests/test_like_pattern_escaping.py +0 -0
- {altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/tests/test_mongodb.py +0 -0
- {altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/tests/test_multi_engine.py +0 -0
- {altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/tests/test_multitenancy_ddl_injection.py +0 -0
- {altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/tests/test_nosql_operator_injection.py +0 -0
- {altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/tests/test_observability.py +0 -0
- {altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/tests/test_postgresql.py +0 -0
- {altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/tests/test_schema_ddl_injection.py +0 -0
- {altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/tests/test_vercel.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: altcodepro-polydb-python
|
|
3
|
-
Version: 2.5.
|
|
3
|
+
Version: 2.5.4
|
|
4
4
|
Summary: Production-ready multi-cloud database abstraction layer with connection pooling, retry logic, and thread safety
|
|
5
5
|
Author: AltCodePro
|
|
6
6
|
Project-URL: Homepage, https://github.com/altcodepro/polydb-python
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "altcodepro-polydb-python"
|
|
7
|
-
version = "2.5.
|
|
7
|
+
version = "2.5.4"
|
|
8
8
|
description = "Production-ready multi-cloud database abstraction layer with connection pooling, retry logic, and thread safety"
|
|
9
9
|
readme = { file = "README.md", content-type = "text/markdown" }
|
|
10
10
|
requires-python = ">=3.11"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: altcodepro-polydb-python
|
|
3
|
-
Version: 2.5.
|
|
3
|
+
Version: 2.5.4
|
|
4
4
|
Summary: Production-ready multi-cloud database abstraction layer with connection pooling, retry logic, and thread safety
|
|
5
5
|
Author: AltCodePro
|
|
6
6
|
Project-URL: Homepage, https://github.com/altcodepro/polydb-python
|
|
@@ -20,10 +20,20 @@ from ..json_safe import json_safe
|
|
|
20
20
|
from ..errors import NoSQLError, ConnectionError
|
|
21
21
|
from ..retry import retry
|
|
22
22
|
from ..types import JsonDict
|
|
23
|
-
from ..models import PartitionConfig
|
|
23
|
+
from ..models import PageResult, PartitionConfig
|
|
24
24
|
|
|
25
25
|
logger = logging.getLogger(__name__)
|
|
26
26
|
|
|
27
|
+
# Imported at module scope (unlike the clients, which stay lazy) because these
|
|
28
|
+
# are pure value types with no connection cost, and both the encode and decode
|
|
29
|
+
# paths need them per field. Guarded so importing polydb without the azure
|
|
30
|
+
# extra still works -- in that state nothing in this adapter functions anyway.
|
|
31
|
+
try:
|
|
32
|
+
from azure.data.tables import EdmType, EntityProperty
|
|
33
|
+
except ImportError: # pragma: no cover - azure extra not installed
|
|
34
|
+
EdmType = None # type: ignore[assignment]
|
|
35
|
+
EntityProperty = None # type: ignore[assignment]
|
|
36
|
+
|
|
27
37
|
_BYTES_PREFIX = "@@polydb_bytes@@:"
|
|
28
38
|
_JSON_PREFIX = "@@polydb_json@@:"
|
|
29
39
|
_BASE64_RE = re.compile(r"^[A-Za-z0-9+/]*={0,2}$")
|
|
@@ -155,23 +165,49 @@ class AzureTableStorageAdapter(NoSQLKVAdapter):
|
|
|
155
165
|
|
|
156
166
|
if isinstance(v, datetime):
|
|
157
167
|
return v
|
|
158
|
-
|
|
168
|
+
if isinstance(v, int) and not isinstance(v, bool):
|
|
169
|
+
# Azure Table Int32 range: -2_147_483_648 … 2_147_483_647
|
|
170
|
+
if -2_147_483_648 <= v <= 2_147_483_647:
|
|
171
|
+
return v
|
|
172
|
+
# Outside Int32 → must be tagged Edm.Int64 EXPLICITLY.
|
|
173
|
+
#
|
|
174
|
+
# Returning the bare int here does NOT work, despite reading like
|
|
175
|
+
# it should: the SDK's _add_entity_properties dispatches on
|
|
176
|
+
# type(value), and every Python int maps to _to_entity_int32,
|
|
177
|
+
# which raises "<n> is too large to be cast to type EdmType.INT32"
|
|
178
|
+
# for anything >= 2**31. It never infers Int64. The one documented
|
|
179
|
+
# way to reach Edm.Int64 is an EntityProperty tuple -- the
|
|
180
|
+
# serializer branches on isinstance(value, tuple) and takes the
|
|
181
|
+
# edm_type from element 1 -- so that is what we hand it.
|
|
182
|
+
# _decode_value unwraps the same shape on the way back out.
|
|
183
|
+
if -9_223_372_036_854_775_808 <= v <= 9_223_372_036_854_775_807:
|
|
184
|
+
if EntityProperty is not None and EdmType is not None:
|
|
185
|
+
return EntityProperty(v, EdmType.INT64)
|
|
186
|
+
return str(v)
|
|
187
|
+
return str(v) # safety net for arbitrarily large ints
|
|
159
188
|
if isinstance(v, (str, bool, int, float)):
|
|
160
189
|
return v
|
|
161
190
|
|
|
162
191
|
return _JSON_PREFIX + json.dumps(v, default=json_safe)
|
|
163
192
|
|
|
164
193
|
def _decode_value(self, v: Any) -> Any:
|
|
194
|
+
# Edm.Int64 comes back as EntityProperty(value, EdmType.INT64), not as
|
|
195
|
+
# a plain int -- the SDK's _from_entity_int64 wraps it. Unwrap here so
|
|
196
|
+
# a large int round-trips as the int that was written; left alone it
|
|
197
|
+
# would surface to callers as a 2-tuple and, on the next write, be
|
|
198
|
+
# JSON-encoded by the list/tuple branch of _encode_value.
|
|
199
|
+
if EntityProperty is not None and isinstance(v, EntityProperty):
|
|
200
|
+
return v.value
|
|
165
201
|
if isinstance(v, str):
|
|
166
202
|
if v.startswith(_JSON_PREFIX):
|
|
167
|
-
payload = v[len(_JSON_PREFIX):]
|
|
203
|
+
payload = v[len(_JSON_PREFIX) :]
|
|
168
204
|
try:
|
|
169
205
|
return json.loads(payload)
|
|
170
206
|
except Exception:
|
|
171
207
|
return v
|
|
172
208
|
|
|
173
209
|
if v.startswith(_BYTES_PREFIX):
|
|
174
|
-
payload = v[len(_BYTES_PREFIX):].strip()
|
|
210
|
+
payload = v[len(_BYTES_PREFIX) :].strip()
|
|
175
211
|
if (len(payload) % 4) == 1:
|
|
176
212
|
return v
|
|
177
213
|
if not _BASE64_RE.match(payload):
|
|
@@ -646,6 +682,7 @@ class AzureTableStorageAdapter(NoSQLKVAdapter):
|
|
|
646
682
|
@property
|
|
647
683
|
def capabilities(self):
|
|
648
684
|
from ..models import BackendCapabilities
|
|
685
|
+
|
|
649
686
|
return BackendCapabilities(
|
|
650
687
|
server_order=False,
|
|
651
688
|
server_filter=True,
|
|
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
|
{altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/src/polydb/adapters/EFSAdapter.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/src/polydb/adapters/S3Adapter.py
RENAMED
|
File without changes
|
|
File without changes
|
{altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/src/polydb/adapters/SQSAdapter.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/src/polydb/adapters/__init__.py
RENAMED
|
File without changes
|
{altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/src/polydb/advanced_query.py
RENAMED
|
File without changes
|
{altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/src/polydb/audit/AuditStorage.py
RENAMED
|
File without changes
|
{altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/src/polydb/audit/__init__.py
RENAMED
|
File without changes
|
{altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/src/polydb/audit/context.py
RENAMED
|
File without changes
|
{altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/src/polydb/audit/manager.py
RENAMED
|
File without changes
|
{altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/src/polydb/audit/models.py
RENAMED
|
File without changes
|
{altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/src/polydb/base/NoSQLKVAdapter.py
RENAMED
|
File without changes
|
|
File without changes
|
{altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/src/polydb/base/QueueAdapter.py
RENAMED
|
File without changes
|
|
File without changes
|
{altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/src/polydb/base/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/src/polydb/cloudDatabaseFactory.py
RENAMED
|
File without changes
|
{altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/src/polydb/databaseFactory.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/src/polydb/multitenancy.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
|
{altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/src/polydb/services/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/tests/test_atomic_decrement.py
RENAMED
|
File without changes
|
{altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/tests/test_audit_chain_cutover.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
|
{altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/tests/test_cloud_factory.py
RENAMED
|
File without changes
|
{altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/tests/test_field_encryption.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/tests/test_multi_engine.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/tests/test_observability.py
RENAMED
|
File without changes
|
|
File without changes
|
{altcodepro_polydb_python-2.5.2 → altcodepro_polydb_python-2.5.4}/tests/test_schema_ddl_injection.py
RENAMED
|
File without changes
|
|
File without changes
|