matrx-orm 3.1.2__tar.gz → 3.1.3__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.
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/PKG-INFO +1 -1
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/query/executor.py +53 -8
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/pyproject.toml +1 -1
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/level1/test_subquery_in_filter.py +16 -4
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/schema/test_composite_pk_fk_generation.py +1 -1
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/.gitignore +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/BASE_CLASS_METHODS.md +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/CLAUDE.md +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/MODEL_API.md +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/README.md +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/database/orm/extended/managers/ai_model_base.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/docs/migrations.md +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/MODULE_README.md +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/__init__.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/adapters/MODULE_README.md +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/adapters/__init__.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/adapters/async_postgresql.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/adapters/base_adapter.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/adapters/postgresql.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/adapters/postgrest_client_adapter.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/adapters/supabase_adapter.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/admin/__init__.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/admin/router.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/api/__init__.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/api/auth.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/api/config.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/api/handlers.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/api/protocol.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/api/server.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/associations.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/cache_debug.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/client/MODULE_README.md +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/client/__init__.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/client/postgres_connection.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/client/postgrest.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/client/supabase_auth.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/client/supabase_config.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/client/supabase_manager.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/core/EXTENDED-TASK.md +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/core/MODULE_README.md +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/core/RELATIONS-TASKS.md +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/core/TASKS.md +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/core/__init__.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/core/async_db_manager.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/core/base.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/core/config.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/core/db_function.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/core/diagnostics.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/core/expressions.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/core/extended.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/core/fields.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/core/introspection.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/core/listen.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/core/loop_filters.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/core/model_dto.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/core/model_view.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/core/paginator.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/core/pydantic_bridge.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/core/registry.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/core/relations.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/core/resilience.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/core/rls_session.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/core/signals.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/core/transaction.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/core/types.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/core/write_queue.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/entity.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/error_handling.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/exceptions.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/extended/__init__.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/extended/app_error_handler.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/middleware/__init__.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/middleware/base.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/migrations/MODULE_README.md +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/migrations/__init__.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/migrations/cli.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/migrations/ddl.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/migrations/diff.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/migrations/executor.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/migrations/integration.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/migrations/loader.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/migrations/operations.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/migrations/state.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/migrations/table_filter.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/operations/MODULE_README.md +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/operations/__init__.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/operations/bulk_update_values.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/operations/conflict.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/operations/conflict_writes.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/operations/create.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/operations/delete.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/operations/dynamic_admin.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/operations/queue_claim.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/operations/read.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/operations/staging_load.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/operations/update.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/py.typed +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/python_sql/MODULE_README.md +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/python_sql/__init__.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/python_sql/db_objects.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/python_sql/table_detailed_relationships.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/python_sql/table_typescript_relationship.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/query/MODULE_README.md +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/query/__init__.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/query/builder.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/schema_builder/MODULE_README.md +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/schema_builder/__init__.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/schema_builder/code_handler.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/schema_builder/columns.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/schema_builder/common.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/schema_builder/diff_preview.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/schema_builder/entity_capabilities.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/schema_builder/generator.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/schema_builder/helpers/__init__.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/schema_builder/helpers/base_generators.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/schema_builder/helpers/entity_generators.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/schema_builder/helpers/git_checker.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/schema_builder/package_wiring.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/schema_builder/relationships.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/schema_builder/runner.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/schema_builder/schema.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/schema_builder/schema_manager.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/schema_builder/tables.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/schema_builder/views.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/session/README.md +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/session/__init__.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/session/coalesce.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/session/dag.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/session/errors.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/session/fallback.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/session/flush.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/session/lifecycle.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/session/managed.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/session/op.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/session/reads.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/session/session.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/session/telemetry.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/sql_executor/MODULE_README.md +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/sql_executor/__init__.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/sql_executor/executor.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/sql_executor/queries.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/sql_executor/registry.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/sql_executor/types.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/sql_executor/utils.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/state.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/utils/__init__.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/utils/sql_utils.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/matrx_orm/utils/type_converters.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/scripts/git-branches.sh +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/scripts/publish.sh +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/scripts/release.sh +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/MODULE_README.md +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/__init__.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/conftest.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/level1/MODULE_README.md +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/level1/__init__.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/level1/test_admin_db_columns.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/level1/test_admin_search_sentinels.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/level1/test_advisory_lock.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/level1/test_agent_message.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/level1/test_api_auth.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/level1/test_api_config.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/level1/test_api_handlers.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/level1/test_api_protocol.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/level1/test_array_agg_order_by.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/level1/test_associations.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/level1/test_bulk_update_by_pk.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/level1/test_bulk_upsert_increment_set_fields.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/level1/test_cache_debug.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/level1/test_call_function.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/level1/test_case_when.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/level1/test_composite_pk_filter.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/level1/test_config.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/level1/test_conflict_target.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/level1/test_conflict_writes.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/level1/test_connection_poison_guard.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/level1/test_count_composite_distinct.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/level1/test_db_function_field.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/level1/test_ddl_generator.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/level1/test_dirty_tracking.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/level1/test_exceptions.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/level1/test_execute_admin_sql.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/level1/test_expression_primitives.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/level1/test_fields.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/level1/test_filter_jsonb_agg_array_index.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/level1/test_filter_raw.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/level1/test_from_alias.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/level1/test_fts.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/level1/test_func_expression_args.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/level1/test_having_annotate_alias.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/level1/test_insert_ignore_and_admin_primitives.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/level1/test_introspect_rls_policies.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/level1/test_join_and_aggregate.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/level1/test_listen_notify.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/level1/test_managed_write_guard.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/level1/test_matrx_entity.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/level1/test_migration_diff_types.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/level1/test_migration_loader.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/level1/test_model_instance.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/level1/test_model_meta.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/level1/test_order_by_expression.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/level1/test_patch_jsonb_path.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/level1/test_postgrest_filters.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/level1/test_query_builder.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/level1/test_query_error_detail.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/level1/test_query_executor_sql.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/level1/test_query_timeout.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/level1/test_querybuilder_mutation_semantics.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/level1/test_queue_claim.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/level1/test_registry.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/level1/test_registry_multi_database.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/level1/test_registry_multi_schema.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/level1/test_relations.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/level1/test_resilience.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/level1/test_schema_exists.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/level1/test_session_advisory_lock.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/level1/test_state_cache.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/level1/test_subquery_filter_raw.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/level1/test_supabase_auth.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/level1/test_supabase_config.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/level1/test_update_case_expression.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/level1/test_update_subquery.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/level1/test_upsert_with_conflict.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/level1/test_values_jsonb_decode.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/level1/test_watched_lifecycle.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/level1/test_write_retry_semantics.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/level2/MODULE_README.md +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/level2/__init__.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/level2/conftest.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/level2/test_bulk_ops.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/level2/test_cache_integration.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/level2/test_crud.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/level2/test_foreign_keys.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/level2/test_m2m.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/level2/test_manager.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/level2/test_migrations_live.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/level2/test_query_execution.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/level2/test_schema_diff.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/sample_project/.env.example +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/sample_project/README.md +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/sample_project/__init__.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/sample_project/generate.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/sample_project/generated/.gitkeep +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/sample_project/matrx_orm.yaml +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/sample_project/test_schema_generation.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/sample_project_desktop/.env.example +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/sample_project_desktop/README.md +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/sample_project_desktop/__init__.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/sample_project_desktop/client_example.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/sample_project_desktop/client_example.ts +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/sample_project_desktop/client_supabase_example.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/sample_project_desktop/server.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/schema/entity_tests.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/schema/test_base_generation.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/schema/test_generate_schema.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/schema/test_multi_schema_output.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/session/__init__.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/session/conftest.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/session/test_capture_poison_proof.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/session/test_coalesce.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/session/test_dag.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/session/test_disk_spill_fallback.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/session/test_flush_individual_fallback.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/session/test_governed_write.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/session/test_managed.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/session/test_op_enqueue_site.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/session/test_reads.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/session/test_session.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/test_database_name_alias.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/test_model_cls_refactor.py +0 -0
- {matrx_orm-3.1.2 → matrx_orm-3.1.3}/tests/test_sql_param_casts.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: matrx-orm
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.3
|
|
4
4
|
Summary: Async-first PostgreSQL ORM with bidirectional migrations, schema introspection, many-to-many relationships, and built-in state caching
|
|
5
5
|
Project-URL: Homepage, https://github.com/AI-Matrix-Engine/aidream-current
|
|
6
6
|
Project-URL: Repository, https://github.com/AI-Matrix-Engine/aidream-current
|
|
@@ -2,6 +2,7 @@ from __future__ import annotations
|
|
|
2
2
|
|
|
3
3
|
import json
|
|
4
4
|
import re
|
|
5
|
+
from types import NotImplementedType
|
|
5
6
|
from typing import TYPE_CHECKING, Any
|
|
6
7
|
|
|
7
8
|
from matrx_utils import vcprint
|
|
@@ -27,6 +28,55 @@ _SKIP_PARAM = object()
|
|
|
27
28
|
|
|
28
29
|
_PARAM_RE = re.compile(r"\$(\d+)")
|
|
29
30
|
|
|
31
|
+
_TOP_LEVEL_WHERE_STOPPERS = (
|
|
32
|
+
"ORDER BY",
|
|
33
|
+
"GROUP BY",
|
|
34
|
+
"HAVING",
|
|
35
|
+
"LIMIT",
|
|
36
|
+
"OFFSET",
|
|
37
|
+
"FOR UPDATE",
|
|
38
|
+
)
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
def _strip_top_level_trailing_clauses(sql_fragment: str) -> str:
|
|
42
|
+
"""Drop outer-query ORDER BY / LIMIT / … suffixes from a WHERE tail.
|
|
43
|
+
|
|
44
|
+
``_extract_where_clause`` peels the WHERE tail off a built SELECT. The tail
|
|
45
|
+
must not include the SELECT's own trailing clauses — but it MUST keep any
|
|
46
|
+
LIMIT/ORDER BY that lives *inside* a subquery (``id IN (SELECT … LIMIT n)``).
|
|
47
|
+
Naïve ``.split("LIMIT")`` truncates at the inner LIMIT and breaks bounded
|
|
48
|
+
batch updates (admin_persistence dismiss/resolve).
|
|
49
|
+
"""
|
|
50
|
+
if not sql_fragment:
|
|
51
|
+
return sql_fragment
|
|
52
|
+
depth = 0
|
|
53
|
+
cut_at: int | None = None
|
|
54
|
+
i = 0
|
|
55
|
+
n = len(sql_fragment)
|
|
56
|
+
while i < n:
|
|
57
|
+
ch = sql_fragment[i]
|
|
58
|
+
if ch == "(":
|
|
59
|
+
depth += 1
|
|
60
|
+
i += 1
|
|
61
|
+
continue
|
|
62
|
+
if ch == ")":
|
|
63
|
+
depth = max(0, depth - 1)
|
|
64
|
+
i += 1
|
|
65
|
+
continue
|
|
66
|
+
if depth == 0:
|
|
67
|
+
for stopper in _TOP_LEVEL_WHERE_STOPPERS:
|
|
68
|
+
slen = len(stopper)
|
|
69
|
+
if sql_fragment[i : i + slen] == stopper:
|
|
70
|
+
before = sql_fragment[i - 1] if i > 0 else " "
|
|
71
|
+
if before.isalnum() or before == "_":
|
|
72
|
+
break
|
|
73
|
+
cut_at = i if cut_at is None else min(cut_at, i)
|
|
74
|
+
break
|
|
75
|
+
i += 1
|
|
76
|
+
if cut_at is not None:
|
|
77
|
+
return sql_fragment[:cut_at].strip()
|
|
78
|
+
return sql_fragment.strip()
|
|
79
|
+
|
|
30
80
|
|
|
31
81
|
def _escape_like(value: Any) -> str:
|
|
32
82
|
"""Escape LIKE/ILIKE metacharacters so user input matches LITERALLY.
|
|
@@ -820,11 +870,7 @@ class QueryExecutor:
|
|
|
820
870
|
where_clause = ""
|
|
821
871
|
if "WHERE" in base_query:
|
|
822
872
|
after_where = base_query.split("WHERE", 1)[1].strip()
|
|
823
|
-
|
|
824
|
-
for stopper in ("ORDER BY", "GROUP BY", "HAVING", "LIMIT", "OFFSET", "FOR UPDATE"):
|
|
825
|
-
if stopper in after_where:
|
|
826
|
-
after_where = after_where.split(stopper)[0].strip()
|
|
827
|
-
where_clause = after_where
|
|
873
|
+
where_clause = _strip_top_level_trailing_clauses(after_where)
|
|
828
874
|
return where_clause, where_params
|
|
829
875
|
|
|
830
876
|
async def _execute(self) -> list[dict[str, Any]]:
|
|
@@ -904,15 +950,14 @@ class QueryExecutor:
|
|
|
904
950
|
|
|
905
951
|
async def _try_write_dict(
|
|
906
952
|
self, query: dict[str, Any]
|
|
907
|
-
) -> list[dict[str, Any]] |
|
|
953
|
+
) -> list[dict[str, Any]] | NotImplementedType:
|
|
908
954
|
"""Call execute_write_dict on the adapter.
|
|
909
955
|
|
|
910
956
|
Returns ``NotImplemented`` if the adapter does not override the hook
|
|
911
957
|
(default ``BaseAdapter`` behaviour) so callers can fall through to the
|
|
912
958
|
SQL path.
|
|
913
959
|
"""
|
|
914
|
-
|
|
915
|
-
return result # type: ignore[return-value]
|
|
960
|
+
return await self.db.execute_write_dict(query)
|
|
916
961
|
|
|
917
962
|
async def insert(self, query: dict[str, Any]) -> dict[str, Any]:
|
|
918
963
|
"""INSERT a single row, RETURNING *."""
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "matrx-orm"
|
|
3
|
-
version = "3.1.
|
|
3
|
+
version = "3.1.3"
|
|
4
4
|
description = "Async-first PostgreSQL ORM with bidirectional migrations, schema introspection, many-to-many relationships, and built-in state caching"
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
license = { text = "MIT" }
|
|
@@ -51,10 +51,7 @@ class TestSubqueryInFilter:
|
|
|
51
51
|
def test_renders_in_not_equals(self):
|
|
52
52
|
Model_ = _make_model()
|
|
53
53
|
inner = (
|
|
54
|
-
Model_.filter(recovered_at__isnull=True)
|
|
55
|
-
.order_by("-failed_at")
|
|
56
|
-
.limit(50)
|
|
57
|
-
.select("id")
|
|
54
|
+
Model_.filter(recovered_at__isnull=True).order_by("-failed_at").limit(50).select("id")
|
|
58
55
|
)
|
|
59
56
|
|
|
60
57
|
qb = Model_.filter(id__in=Subquery(inner))
|
|
@@ -98,3 +95,18 @@ class TestSubqueryInFilter:
|
|
|
98
95
|
assert "recovered_at IS NULL" in cond
|
|
99
96
|
assert "table_target = $" in cond
|
|
100
97
|
assert "cx_message" in params
|
|
98
|
+
|
|
99
|
+
def test_extract_where_clause_preserves_inner_limit(self):
|
|
100
|
+
"""Bounded batch dismiss/resolve: update_where(id__in=Subquery(...))
|
|
101
|
+
must not truncate the inner SELECT at its LIMIT."""
|
|
102
|
+
Model_ = _make_model()
|
|
103
|
+
inner = (
|
|
104
|
+
Model_.filter(recovered_at__isnull=True).order_by("-failed_at").limit(50).select("id")
|
|
105
|
+
)
|
|
106
|
+
qb = Model_.filter(id__in=Subquery(inner))
|
|
107
|
+
executor = qb._get_executor()
|
|
108
|
+
where_clause, where_params = executor._extract_where_clause()
|
|
109
|
+
assert where_clause.endswith(")")
|
|
110
|
+
assert "LIMIT $" in where_clause
|
|
111
|
+
assert "ORDER BY failed_at DESC" in where_clause
|
|
112
|
+
assert where_params == [50]
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Pins the generator behavior for composite primary keys whose columns are ALSO
|
|
2
2
|
# foreign keys (live shape: platform.association_types — PK (source_type,
|
|
3
3
|
# target_type), both FKs to platform.entity_types(token)). Regression context:
|
|
4
|
-
#
|
|
4
|
+
# FOUND_DEFECTS 2026-07-06 — a regenerate emitted AssociationTypes with no
|
|
5
5
|
# primary_key=True and every db.models import crashed at boot. Root cause was a
|
|
6
6
|
# PK-less live table; these tests pin BOTH layers: (1) FK+PK columns must emit
|
|
7
7
|
# primary_key=True, (2) a PK-less table must fail generation loudly instead of
|
|
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
|
|
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
|
|
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
|