matrx-orm 3.0.28__tar.gz → 3.0.29__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.0.28 → matrx_orm-3.0.29}/PKG-INFO +2 -1
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/README.md +1 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/pyproject.toml +1 -1
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/src/matrx_orm/schema_builder/columns.py +5 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/.arman/pending/versioning/INITIAL.md +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/.env.example +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/.github/workflows/publish.yml +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/.gitignore +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/.python-version +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/.vscode/settings.json +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/CLAUDE.md +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/DESKTOP-API-INTEGRATION.md +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/MIGRATIONS.md +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/MODULE_README.md +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/RESERVED_NAMES.md +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/TASKS-TEMPLATE.md +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/TASKS.md +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/TRANSACTION_POOLER_PLAN.MD +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/WRITE-QUEUE-UPGRADE.md +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/database/orm/extended/managers/ai_model_base.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/docs/migrations.md +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/extended_jan5_backup.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/main.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/release.sh +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/scripts/git-branches.sh +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/scripts/publish.sh +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/scripts/release.sh +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/src/MODULE_README.md +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/src/matrx_orm/MODULE_README.md +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/src/matrx_orm/__init__.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/src/matrx_orm/adapters/MODULE_README.md +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/src/matrx_orm/adapters/__init__.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/src/matrx_orm/adapters/async_postgresql.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/src/matrx_orm/adapters/base_adapter.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/src/matrx_orm/adapters/postgresql.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/src/matrx_orm/adapters/postgrest_client_adapter.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/src/matrx_orm/adapters/supabase_adapter.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/src/matrx_orm/api/__init__.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/src/matrx_orm/api/auth.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/src/matrx_orm/api/config.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/src/matrx_orm/api/handlers.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/src/matrx_orm/api/protocol.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/src/matrx_orm/api/server.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/src/matrx_orm/client/MODULE_README.md +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/src/matrx_orm/client/__init__.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/src/matrx_orm/client/postgres_connection.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/src/matrx_orm/client/postgrest.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/src/matrx_orm/client/supabase_auth.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/src/matrx_orm/client/supabase_config.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/src/matrx_orm/client/supabase_manager.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/src/matrx_orm/core/EXTENDED-TASK.md +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/src/matrx_orm/core/MODULE_README.md +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/src/matrx_orm/core/RELATIONS-TASKS.md +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/src/matrx_orm/core/TASKS.md +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/src/matrx_orm/core/__init__.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/src/matrx_orm/core/async_db_manager.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/src/matrx_orm/core/base.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/src/matrx_orm/core/config.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/src/matrx_orm/core/expressions.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/src/matrx_orm/core/extended.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/src/matrx_orm/core/fields.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/src/matrx_orm/core/model_dto.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/src/matrx_orm/core/model_view.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/src/matrx_orm/core/paginator.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/src/matrx_orm/core/pydantic_bridge.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/src/matrx_orm/core/registry.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/src/matrx_orm/core/relations.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/src/matrx_orm/core/signals.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/src/matrx_orm/core/transaction.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/src/matrx_orm/core/types.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/src/matrx_orm/core/write_queue.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/src/matrx_orm/error_handling.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/src/matrx_orm/exceptions.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/src/matrx_orm/extended/__init__.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/src/matrx_orm/extended/app_error_handler.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/src/matrx_orm/middleware/__init__.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/src/matrx_orm/middleware/base.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/src/matrx_orm/migrations/MODULE_README.md +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/src/matrx_orm/migrations/__init__.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/src/matrx_orm/migrations/cli.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/src/matrx_orm/migrations/ddl.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/src/matrx_orm/migrations/diff.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/src/matrx_orm/migrations/executor.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/src/matrx_orm/migrations/integration.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/src/matrx_orm/migrations/loader.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/src/matrx_orm/migrations/operations.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/src/matrx_orm/migrations/state.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/src/matrx_orm/migrations/table_filter.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/src/matrx_orm/operations/MODULE_README.md +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/src/matrx_orm/operations/__init__.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/src/matrx_orm/operations/create.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/src/matrx_orm/operations/delete.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/src/matrx_orm/operations/read.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/src/matrx_orm/operations/update.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/src/matrx_orm/py.typed +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/src/matrx_orm/python_sql/MODULE_README.md +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/src/matrx_orm/python_sql/__init__.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/src/matrx_orm/python_sql/db_objects.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/src/matrx_orm/python_sql/table_detailed_relationships.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/src/matrx_orm/python_sql/table_typescript_relationship.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/src/matrx_orm/query/MODULE_README.md +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/src/matrx_orm/query/__init__.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/src/matrx_orm/query/builder.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/src/matrx_orm/query/executor.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/src/matrx_orm/schema_builder/MODULE_README.md +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/src/matrx_orm/schema_builder/__init__.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/src/matrx_orm/schema_builder/code_handler.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/src/matrx_orm/schema_builder/common.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/src/matrx_orm/schema_builder/generator.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/src/matrx_orm/schema_builder/helpers/__init__.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/src/matrx_orm/schema_builder/helpers/base_generators.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/src/matrx_orm/schema_builder/helpers/entity_generators.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/src/matrx_orm/schema_builder/helpers/git_checker.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/src/matrx_orm/schema_builder/relationships.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/src/matrx_orm/schema_builder/runner.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/src/matrx_orm/schema_builder/schema.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/src/matrx_orm/schema_builder/schema_manager.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/src/matrx_orm/schema_builder/tables.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/src/matrx_orm/schema_builder/views.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/src/matrx_orm/sql_executor/MODULE_README.md +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/src/matrx_orm/sql_executor/__init__.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/src/matrx_orm/sql_executor/executor.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/src/matrx_orm/sql_executor/queries.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/src/matrx_orm/sql_executor/registry.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/src/matrx_orm/sql_executor/types.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/src/matrx_orm/sql_executor/utils.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/src/matrx_orm/state.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/src/matrx_orm/utils/__init__.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/src/matrx_orm/utils/sql_utils.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/src/matrx_orm/utils/type_converters.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/tests/MODULE_README.md +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/tests/__init__.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/tests/conftest.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/tests/level1/MODULE_README.md +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/tests/level1/__init__.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/tests/level1/test_api_auth.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/tests/level1/test_api_config.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/tests/level1/test_api_handlers.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/tests/level1/test_api_protocol.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/tests/level1/test_config.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/tests/level1/test_ddl_generator.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/tests/level1/test_exceptions.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/tests/level1/test_fields.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/tests/level1/test_migration_diff_types.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/tests/level1/test_migration_loader.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/tests/level1/test_model_instance.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/tests/level1/test_model_meta.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/tests/level1/test_postgrest_filters.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/tests/level1/test_query_builder.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/tests/level1/test_query_executor_sql.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/tests/level1/test_registry.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/tests/level1/test_relations.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/tests/level1/test_state_cache.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/tests/level1/test_supabase_auth.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/tests/level1/test_supabase_config.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/tests/level2/MODULE_README.md +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/tests/level2/__init__.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/tests/level2/conftest.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/tests/level2/test_bulk_ops.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/tests/level2/test_cache_integration.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/tests/level2/test_crud.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/tests/level2/test_foreign_keys.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/tests/level2/test_m2m.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/tests/level2/test_manager.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/tests/level2/test_migrations_live.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/tests/level2/test_query_execution.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/tests/level2/test_schema_diff.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/tests/sample_project/.env.example +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/tests/sample_project/README.md +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/tests/sample_project/__init__.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/tests/sample_project/generate.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/tests/sample_project/generated/.gitkeep +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/tests/sample_project/matrx_orm.yaml +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/tests/sample_project/test_schema_generation.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/tests/sample_project_desktop/.env.example +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/tests/sample_project_desktop/README.md +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/tests/sample_project_desktop/__init__.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/tests/sample_project_desktop/client_example.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/tests/sample_project_desktop/client_example.ts +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/tests/sample_project_desktop/client_supabase_example.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/tests/sample_project_desktop/server.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/tests/schema/entity_tests.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/tests/schema/test_base_generation.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/tests/schema/test_generate_schema.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/tests/test_model_cls_refactor.py +0 -0
- {matrx_orm-3.0.28 → matrx_orm-3.0.29}/uv.lock +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: matrx-orm
|
|
3
|
-
Version: 3.0.
|
|
3
|
+
Version: 3.0.29
|
|
4
4
|
Summary: Async-first PostgreSQL ORM with bidirectional migrations, schema introspection, many-to-many relationships, and built-in state caching. Works with any PostgreSQL database.
|
|
5
5
|
Project-URL: Homepage, https://github.com/armanisadeghi/matrx-orm
|
|
6
6
|
Project-URL: Repository, https://github.com/armanisadeghi/matrx-orm
|
|
@@ -1838,6 +1838,7 @@ When you run the schema builder against a database that has `vector(n)` columns,
|
|
|
1838
1838
|
|
|
1839
1839
|
| Version | Highlights |
|
|
1840
1840
|
|---|---|
|
|
1841
|
+
| **v3.0.29** | Patch release |
|
|
1841
1842
|
| **v3.0.28** | Patch release |
|
|
1842
1843
|
| **v3.0.27** | Patch release |
|
|
1843
1844
|
| **v3.0.26** | Patch release |
|
|
@@ -1795,6 +1795,7 @@ When you run the schema builder against a database that has `vector(n)` columns,
|
|
|
1795
1795
|
|
|
1796
1796
|
| Version | Highlights |
|
|
1797
1797
|
|---|---|
|
|
1798
|
+
| **v3.0.29** | Patch release |
|
|
1798
1799
|
| **v3.0.28** | Patch release |
|
|
1799
1800
|
| **v3.0.27** | Patch release |
|
|
1800
1801
|
| **v3.0.26** | Patch release |
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "matrx-orm"
|
|
3
|
-
version = "3.0.
|
|
3
|
+
version = "3.0.29"
|
|
4
4
|
description = "Async-first PostgreSQL ORM with bidirectional migrations, schema introspection, many-to-many relationships, and built-in state caching. Works with any PostgreSQL database."
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
license = { text = "MIT" }
|
|
@@ -1342,6 +1342,11 @@ class Column:
|
|
|
1342
1342
|
field_def = f"{self.name} = PrimitiveArrayField('{element_type}'{sep}{options_str})"
|
|
1343
1343
|
else:
|
|
1344
1344
|
field_def = f"{self.name} = {self.python_field_type}({options_str})"
|
|
1345
|
+
|
|
1346
|
+
_OVERRIDE_SUPPRESS_NAMES = {"table_name"}
|
|
1347
|
+
if self.name in _OVERRIDE_SUPPRESS_NAMES:
|
|
1348
|
+
field_def += " # type: ignore[override]"
|
|
1349
|
+
|
|
1345
1350
|
return field_def
|
|
1346
1351
|
|
|
1347
1352
|
# ------------------------------------------------------------------
|
|
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
|
{matrx_orm-3.0.28 → matrx_orm-3.0.29}/src/matrx_orm/python_sql/table_detailed_relationships.py
RENAMED
|
File without changes
|
{matrx_orm-3.0.28 → matrx_orm-3.0.29}/src/matrx_orm/python_sql/table_typescript_relationship.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
|
{matrx_orm-3.0.28 → matrx_orm-3.0.29}/src/matrx_orm/schema_builder/helpers/base_generators.py
RENAMED
|
File without changes
|
{matrx_orm-3.0.28 → matrx_orm-3.0.29}/src/matrx_orm/schema_builder/helpers/entity_generators.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
|
|
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
|
{matrx_orm-3.0.28 → matrx_orm-3.0.29}/tests/sample_project_desktop/client_supabase_example.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|