litedbmodel-runtime 2.2.4__tar.gz → 2.2.6__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.
- {litedbmodel_runtime-2.2.4 → litedbmodel_runtime-2.2.6}/PKG-INFO +1 -1
- {litedbmodel_runtime-2.2.4 → litedbmodel_runtime-2.2.6}/litedbmodel_runtime/__init__.py +1 -1
- {litedbmodel_runtime-2.2.4 → litedbmodel_runtime-2.2.6}/litedbmodel_runtime.egg-info/PKG-INFO +1 -1
- {litedbmodel_runtime-2.2.4 → litedbmodel_runtime-2.2.6}/pyproject.toml +1 -1
- {litedbmodel_runtime-2.2.4 → litedbmodel_runtime-2.2.6}/README.md +0 -0
- {litedbmodel_runtime-2.2.4 → litedbmodel_runtime-2.2.6}/litedbmodel_runtime/connection_routing.py +0 -0
- {litedbmodel_runtime-2.2.4 → litedbmodel_runtime-2.2.6}/litedbmodel_runtime/dialect.py +0 -0
- {litedbmodel_runtime-2.2.4 → litedbmodel_runtime-2.2.6}/litedbmodel_runtime/driver.py +0 -0
- {litedbmodel_runtime-2.2.4 → litedbmodel_runtime-2.2.6}/litedbmodel_runtime/errors.py +0 -0
- {litedbmodel_runtime-2.2.4 → litedbmodel_runtime-2.2.6}/litedbmodel_runtime/exec_context.py +0 -0
- {litedbmodel_runtime-2.2.4 → litedbmodel_runtime-2.2.6}/litedbmodel_runtime/grouping.py +0 -0
- {litedbmodel_runtime-2.2.4 → litedbmodel_runtime-2.2.6}/litedbmodel_runtime/leaves.py +0 -0
- {litedbmodel_runtime-2.2.4 → litedbmodel_runtime-2.2.6}/litedbmodel_runtime/middleware.py +0 -0
- {litedbmodel_runtime-2.2.4 → litedbmodel_runtime-2.2.6}/litedbmodel_runtime/tx_options.py +0 -0
- {litedbmodel_runtime-2.2.4 → litedbmodel_runtime-2.2.6}/litedbmodel_runtime.egg-info/SOURCES.txt +0 -0
- {litedbmodel_runtime-2.2.4 → litedbmodel_runtime-2.2.6}/litedbmodel_runtime.egg-info/dependency_links.txt +0 -0
- {litedbmodel_runtime-2.2.4 → litedbmodel_runtime-2.2.6}/litedbmodel_runtime.egg-info/requires.txt +0 -0
- {litedbmodel_runtime-2.2.4 → litedbmodel_runtime-2.2.6}/litedbmodel_runtime.egg-info/top_level.txt +0 -0
- {litedbmodel_runtime-2.2.4 → litedbmodel_runtime-2.2.6}/setup.cfg +0 -0
- {litedbmodel_runtime-2.2.4 → litedbmodel_runtime-2.2.6}/tests/test_conformance_corpus.py +0 -0
- {litedbmodel_runtime-2.2.4 → litedbmodel_runtime-2.2.6}/tests/test_connection_routing.py +0 -0
- {litedbmodel_runtime-2.2.4 → litedbmodel_runtime-2.2.6}/tests/test_connection_routing_livedb.py +0 -0
- {litedbmodel_runtime-2.2.4 → litedbmodel_runtime-2.2.6}/tests/test_consumes_bc_core.py +0 -0
- {litedbmodel_runtime-2.2.4 → litedbmodel_runtime-2.2.6}/tests/test_dialect.py +0 -0
- {litedbmodel_runtime-2.2.4 → litedbmodel_runtime-2.2.6}/tests/test_dynamic_where.py +0 -0
- {litedbmodel_runtime-2.2.4 → litedbmodel_runtime-2.2.6}/tests/test_exec_context.py +0 -0
- {litedbmodel_runtime-2.2.4 → litedbmodel_runtime-2.2.6}/tests/test_grouping.py +0 -0
- {litedbmodel_runtime-2.2.4 → litedbmodel_runtime-2.2.6}/tests/test_hard_limit_guard.py +0 -0
- {litedbmodel_runtime-2.2.4 → litedbmodel_runtime-2.2.6}/tests/test_middleware.py +0 -0
- {litedbmodel_runtime-2.2.4 → litedbmodel_runtime-2.2.6}/tests/test_middleware_livedb.py +0 -0
- {litedbmodel_runtime-2.2.4 → litedbmodel_runtime-2.2.6}/tests/test_orm_bench_native.py +0 -0
- {litedbmodel_runtime-2.2.4 → litedbmodel_runtime-2.2.6}/tests/test_render.py +0 -0
- {litedbmodel_runtime-2.2.4 → litedbmodel_runtime-2.2.6}/tests/test_transaction_boundary.py +0 -0
- {litedbmodel_runtime-2.2.4 → litedbmodel_runtime-2.2.6}/tests/test_tx_boundary_livedb.py +0 -0
- {litedbmodel_runtime-2.2.4 → litedbmodel_runtime-2.2.6}/tests/test_tx_options.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: litedbmodel-runtime
|
|
3
|
-
Version: 2.2.
|
|
3
|
+
Version: 2.2.6
|
|
4
4
|
Summary: Thin multi-language runtime for litedbmodel v2 SCP makeSQL bundles (Python port). Executes the published static-makeSQL artifacts (a read ReadGraph = a bc surrogate ComponentGraphIR + per-node static statement templates, or a gate-first TransactionPlan) against a SQL driver — semantics-identical to the TS reference. Delegates the Expression-IR evaluation + map/Φ/wiring orchestration to behavior-contracts.
|
|
5
5
|
Author: foo-ogawa
|
|
6
6
|
License: MIT
|
{litedbmodel_runtime-2.2.4 → litedbmodel_runtime-2.2.6}/litedbmodel_runtime.egg-info/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: litedbmodel-runtime
|
|
3
|
-
Version: 2.2.
|
|
3
|
+
Version: 2.2.6
|
|
4
4
|
Summary: Thin multi-language runtime for litedbmodel v2 SCP makeSQL bundles (Python port). Executes the published static-makeSQL artifacts (a read ReadGraph = a bc surrogate ComponentGraphIR + per-node static statement templates, or a gate-first TransactionPlan) against a SQL driver — semantics-identical to the TS reference. Delegates the Expression-IR evaluation + map/Φ/wiring orchestration to behavior-contracts.
|
|
5
5
|
Author: foo-ogawa
|
|
6
6
|
License: MIT
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "litedbmodel-runtime"
|
|
7
|
-
version = "2.2.
|
|
7
|
+
version = "2.2.6"
|
|
8
8
|
description = "Thin multi-language runtime for litedbmodel v2 SCP makeSQL bundles (Python port). Executes the published static-makeSQL artifacts (a read ReadGraph = a bc surrogate ComponentGraphIR + per-node static statement templates, or a gate-first TransactionPlan) against a SQL driver — semantics-identical to the TS reference. Delegates the Expression-IR evaluation + map/Φ/wiring orchestration to behavior-contracts."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.9"
|
|
File without changes
|
{litedbmodel_runtime-2.2.4 → litedbmodel_runtime-2.2.6}/litedbmodel_runtime/connection_routing.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
|
{litedbmodel_runtime-2.2.4 → litedbmodel_runtime-2.2.6}/litedbmodel_runtime.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{litedbmodel_runtime-2.2.4 → litedbmodel_runtime-2.2.6}/litedbmodel_runtime.egg-info/requires.txt
RENAMED
|
File without changes
|
{litedbmodel_runtime-2.2.4 → litedbmodel_runtime-2.2.6}/litedbmodel_runtime.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{litedbmodel_runtime-2.2.4 → litedbmodel_runtime-2.2.6}/tests/test_connection_routing_livedb.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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|