sqlobjects 1.0.15__tar.gz → 1.0.16__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.
- {sqlobjects-1.0.15/sqlobjects.egg-info → sqlobjects-1.0.16}/PKG-INFO +1 -1
- {sqlobjects-1.0.15 → sqlobjects-1.0.16}/pyproject.toml +1 -1
- {sqlobjects-1.0.15 → sqlobjects-1.0.16}/sqlobjects/model.py +2 -2
- {sqlobjects-1.0.15 → sqlobjects-1.0.16/sqlobjects.egg-info}/PKG-INFO +1 -1
- {sqlobjects-1.0.15 → sqlobjects-1.0.16}/LICENSE +0 -0
- {sqlobjects-1.0.15 → sqlobjects-1.0.16}/README.md +0 -0
- {sqlobjects-1.0.15 → sqlobjects-1.0.16}/docs/rules/01-database-session-guide.md +0 -0
- {sqlobjects-1.0.15 → sqlobjects-1.0.16}/docs/rules/02-model-definition-guide.md +0 -0
- {sqlobjects-1.0.15 → sqlobjects-1.0.16}/docs/rules/03-query-operations-guide.md +0 -0
- {sqlobjects-1.0.15 → sqlobjects-1.0.16}/docs/rules/04-crud-operations-guide.md +0 -0
- {sqlobjects-1.0.15 → sqlobjects-1.0.16}/docs/rules/05-relationships-guide.md +0 -0
- {sqlobjects-1.0.15 → sqlobjects-1.0.16}/docs/rules/06-validation-signals-guide.md +0 -0
- {sqlobjects-1.0.15 → sqlobjects-1.0.16}/docs/rules/07-performance-guide.md +0 -0
- {sqlobjects-1.0.15 → sqlobjects-1.0.16}/docs/rules/README.md +0 -0
- {sqlobjects-1.0.15 → sqlobjects-1.0.16}/setup.cfg +0 -0
- {sqlobjects-1.0.15 → sqlobjects-1.0.16}/sqlobjects/__init__.py +0 -0
- {sqlobjects-1.0.15 → sqlobjects-1.0.16}/sqlobjects/_install_rules.py +0 -0
- {sqlobjects-1.0.15 → sqlobjects-1.0.16}/sqlobjects/cascade.py +0 -0
- {sqlobjects-1.0.15 → sqlobjects-1.0.16}/sqlobjects/database/__init__.py +0 -0
- {sqlobjects-1.0.15 → sqlobjects-1.0.16}/sqlobjects/database/config.py +0 -0
- {sqlobjects-1.0.15 → sqlobjects-1.0.16}/sqlobjects/database/manager.py +0 -0
- {sqlobjects-1.0.15 → sqlobjects-1.0.16}/sqlobjects/exceptions.py +0 -0
- {sqlobjects-1.0.15 → sqlobjects-1.0.16}/sqlobjects/expressions/__init__.py +0 -0
- {sqlobjects-1.0.15 → sqlobjects-1.0.16}/sqlobjects/expressions/aggregate.py +0 -0
- {sqlobjects-1.0.15 → sqlobjects-1.0.16}/sqlobjects/expressions/base.py +0 -0
- {sqlobjects-1.0.15 → sqlobjects-1.0.16}/sqlobjects/expressions/function.py +0 -0
- {sqlobjects-1.0.15 → sqlobjects-1.0.16}/sqlobjects/expressions/mixins.py +0 -0
- {sqlobjects-1.0.15 → sqlobjects-1.0.16}/sqlobjects/expressions/scalar.py +0 -0
- {sqlobjects-1.0.15 → sqlobjects-1.0.16}/sqlobjects/expressions/subquery.py +0 -0
- {sqlobjects-1.0.15 → sqlobjects-1.0.16}/sqlobjects/expressions/terminal.py +0 -0
- {sqlobjects-1.0.15 → sqlobjects-1.0.16}/sqlobjects/fields/__init__.py +0 -0
- {sqlobjects-1.0.15 → sqlobjects-1.0.16}/sqlobjects/fields/core.py +0 -0
- {sqlobjects-1.0.15 → sqlobjects-1.0.16}/sqlobjects/fields/functions.py +0 -0
- {sqlobjects-1.0.15 → sqlobjects-1.0.16}/sqlobjects/fields/proxies.py +0 -0
- {sqlobjects-1.0.15 → sqlobjects-1.0.16}/sqlobjects/fields/relations/__init__.py +0 -0
- {sqlobjects-1.0.15 → sqlobjects-1.0.16}/sqlobjects/fields/relations/descriptors.py +0 -0
- {sqlobjects-1.0.15 → sqlobjects-1.0.16}/sqlobjects/fields/relations/managers.py +0 -0
- {sqlobjects-1.0.15 → sqlobjects-1.0.16}/sqlobjects/fields/relations/prefetch.py +0 -0
- {sqlobjects-1.0.15 → sqlobjects-1.0.16}/sqlobjects/fields/relations/strategies.py +0 -0
- {sqlobjects-1.0.15 → sqlobjects-1.0.16}/sqlobjects/fields/relations/utils.py +0 -0
- {sqlobjects-1.0.15 → sqlobjects-1.0.16}/sqlobjects/fields/shortcuts.py +0 -0
- {sqlobjects-1.0.15 → sqlobjects-1.0.16}/sqlobjects/fields/types/__init__.py +0 -0
- {sqlobjects-1.0.15 → sqlobjects-1.0.16}/sqlobjects/fields/types/base.py +0 -0
- {sqlobjects-1.0.15 → sqlobjects-1.0.16}/sqlobjects/fields/types/comparators.py +0 -0
- {sqlobjects-1.0.15 → sqlobjects-1.0.16}/sqlobjects/fields/types/registry.py +0 -0
- {sqlobjects-1.0.15 → sqlobjects-1.0.16}/sqlobjects/fields/utils.py +0 -0
- {sqlobjects-1.0.15 → sqlobjects-1.0.16}/sqlobjects/internal/__init__.py +0 -0
- {sqlobjects-1.0.15 → sqlobjects-1.0.16}/sqlobjects/internal/operations.py +0 -0
- {sqlobjects-1.0.15 → sqlobjects-1.0.16}/sqlobjects/internal/results.py +0 -0
- {sqlobjects-1.0.15 → sqlobjects-1.0.16}/sqlobjects/metadata.py +0 -0
- {sqlobjects-1.0.15 → sqlobjects-1.0.16}/sqlobjects/mixins.py +0 -0
- {sqlobjects-1.0.15 → sqlobjects-1.0.16}/sqlobjects/objects/__init__.py +0 -0
- {sqlobjects-1.0.15 → sqlobjects-1.0.16}/sqlobjects/objects/bulk.py +0 -0
- {sqlobjects-1.0.15 → sqlobjects-1.0.16}/sqlobjects/objects/core.py +0 -0
- {sqlobjects-1.0.15 → sqlobjects-1.0.16}/sqlobjects/objects/upsert.py +0 -0
- {sqlobjects-1.0.15 → sqlobjects-1.0.16}/sqlobjects/queries/__init__.py +0 -0
- {sqlobjects-1.0.15 → sqlobjects-1.0.16}/sqlobjects/queries/builder.py +0 -0
- {sqlobjects-1.0.15 → sqlobjects-1.0.16}/sqlobjects/queries/dialect.py +0 -0
- {sqlobjects-1.0.15 → sqlobjects-1.0.16}/sqlobjects/queries/executor.py +0 -0
- {sqlobjects-1.0.15 → sqlobjects-1.0.16}/sqlobjects/queryset.py +0 -0
- {sqlobjects-1.0.15 → sqlobjects-1.0.16}/sqlobjects/session.py +0 -0
- {sqlobjects-1.0.15 → sqlobjects-1.0.16}/sqlobjects/signals.py +0 -0
- {sqlobjects-1.0.15 → sqlobjects-1.0.16}/sqlobjects/utils/__init__.py +0 -0
- {sqlobjects-1.0.15 → sqlobjects-1.0.16}/sqlobjects/utils/inspect.py +0 -0
- {sqlobjects-1.0.15 → sqlobjects-1.0.16}/sqlobjects/utils/naming.py +0 -0
- {sqlobjects-1.0.15 → sqlobjects-1.0.16}/sqlobjects/utils/pattern.py +0 -0
- {sqlobjects-1.0.15 → sqlobjects-1.0.16}/sqlobjects/validators.py +0 -0
- {sqlobjects-1.0.15 → sqlobjects-1.0.16}/sqlobjects.egg-info/SOURCES.txt +0 -0
- {sqlobjects-1.0.15 → sqlobjects-1.0.16}/sqlobjects.egg-info/dependency_links.txt +0 -0
- {sqlobjects-1.0.15 → sqlobjects-1.0.16}/sqlobjects.egg-info/entry_points.txt +0 -0
- {sqlobjects-1.0.15 → sqlobjects-1.0.16}/sqlobjects.egg-info/requires.txt +0 -0
- {sqlobjects-1.0.15 → sqlobjects-1.0.16}/sqlobjects.egg-info/top_level.txt +0 -0
- {sqlobjects-1.0.15 → sqlobjects-1.0.16}/tests/test_config.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: sqlobjects
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.16
|
|
4
4
|
Summary: Django-style async ORM library based on SQLAlchemy with chainable queries, Q objects, and relationship loading
|
|
5
5
|
Author-email: XtraVisions <gitadmin@xtravisions.com>, Chen Hao <chenhao@xtravisions.com>
|
|
6
6
|
Maintainer-email: XtraVisions <gitadmin@xtravisions.com>, Chen Hao <chenhao@xtravisions.com>
|
|
@@ -6,7 +6,7 @@ from .cascade import CascadeExecutor
|
|
|
6
6
|
from .exceptions import PrimaryKeyError
|
|
7
7
|
from .internal import SQLOperations
|
|
8
8
|
from .metadata import ModelProcessor
|
|
9
|
-
from .mixins import
|
|
9
|
+
from .mixins import DataConversionMixin
|
|
10
10
|
from .signals import Operation, SignalMixin, emit_signals
|
|
11
11
|
|
|
12
12
|
|
|
@@ -14,7 +14,7 @@ from .signals import Operation, SignalMixin, emit_signals
|
|
|
14
14
|
M = TypeVar("M", bound="ModelMixin")
|
|
15
15
|
|
|
16
16
|
|
|
17
|
-
class ModelMixin(
|
|
17
|
+
class ModelMixin(DataConversionMixin, SignalMixin):
|
|
18
18
|
"""Optimized mixin class with linear inheritance and performance improvements.
|
|
19
19
|
|
|
20
20
|
Combines field caching, signal handling, and history tracking into a single
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: sqlobjects
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.16
|
|
4
4
|
Summary: Django-style async ORM library based on SQLAlchemy with chainable queries, Q objects, and relationship loading
|
|
5
5
|
Author-email: XtraVisions <gitadmin@xtravisions.com>, Chen Hao <chenhao@xtravisions.com>
|
|
6
6
|
Maintainer-email: XtraVisions <gitadmin@xtravisions.com>, Chen Hao <chenhao@xtravisions.com>
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|