liminal-orm 1.1.3__py3-none-any.whl → 1.1.4__py3-none-any.whl
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.
- liminal/orm/base_model.py +2 -2
- {liminal_orm-1.1.3.dist-info → liminal_orm-1.1.4.dist-info}/METADATA +1 -1
- {liminal_orm-1.1.3.dist-info → liminal_orm-1.1.4.dist-info}/RECORD +6 -6
- {liminal_orm-1.1.3.dist-info → liminal_orm-1.1.4.dist-info}/LICENSE.md +0 -0
- {liminal_orm-1.1.3.dist-info → liminal_orm-1.1.4.dist-info}/WHEEL +0 -0
- {liminal_orm-1.1.3.dist-info → liminal_orm-1.1.4.dist-info}/entry_points.txt +0 -0
liminal/orm/base_model.py
CHANGED
@@ -55,8 +55,8 @@ class BaseModel(Generic[T], Base):
|
|
55
55
|
f"Schema name '{cls.__schema_properties__.name}' is already used by another subclass."
|
56
56
|
)
|
57
57
|
if cls.__schema_properties__.prefix.lower() in cls._existing_schema_prefixes:
|
58
|
-
|
59
|
-
f"Schema prefix '{cls.__schema_properties__.prefix}' is already used by another subclass."
|
58
|
+
logger.warning(
|
59
|
+
f"Schema prefix '{cls.__schema_properties__.prefix}' is already used by another subclass. Please ensure fieldsets=True in BenchlingConnection you are updating/creating this schema."
|
60
60
|
)
|
61
61
|
|
62
62
|
cls._existing_schema_warehouse_names.add(warehouse_name)
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: liminal-orm
|
3
|
-
Version: 1.1.
|
3
|
+
Version: 1.1.4
|
4
4
|
Summary: An ORM and toolkit that builds on top of Benchling's platform to keep your schemas and downstream code dependencies in sync.
|
5
5
|
Home-page: https://github.com/dynotx/liminal-orm
|
6
6
|
Author: DynoTx Open Source
|
@@ -40,7 +40,7 @@ liminal/migrate/revision.py,sha256=KppU0u-d0JsfPsXsmncxy9Q_XBJyf-o4e16wNZAJODM,7
|
|
40
40
|
liminal/migrate/revisions_timeline.py,sha256=06qf_7E1Hecucfczpm85rV3ATLDjpCf7y6TUfah5aLM,14450
|
41
41
|
liminal/migrate/utils.py,sha256=HdSr3N2WN_1S-PLRGVWSMYl-4gIcP-Ph2wPycGi2cGg,3404
|
42
42
|
liminal/orm/base.py,sha256=fFSpiNRYgK5UG7lbXdQGV8KgO8pwjMqt0pycM3rWJ2o,615
|
43
|
-
liminal/orm/base_model.py,sha256=
|
43
|
+
liminal/orm/base_model.py,sha256=QoOmA3S_9nLgPiyboleh-WvJRXcfn4VeDSrWmvyx8aA,11064
|
44
44
|
liminal/orm/base_tables/registry_entity.py,sha256=4ET1cepTGjZ3AMFI5q-iMYxMObzXwuUDBD0jNNqCipE,2126
|
45
45
|
liminal/orm/base_tables/schema.py,sha256=7_btCVSUJxjVdGcKVRKL8sKcNw7-_gazTpfEh1jru3o,921
|
46
46
|
liminal/orm/base_tables/user.py,sha256=elRAHj7HgO3iVLK_pNCIwf_9Rl_9k6vkBgaYazoJSQc,818
|
@@ -56,8 +56,8 @@ liminal/tests/test_dropdown_compare.py,sha256=yHB0ovQlBLRu8-qYkqIPd8VtYEOmOft_93
|
|
56
56
|
liminal/tests/test_entity_schema_compare.py,sha256=p-9inAZM4GOm4e1cadO191LNsnqceUGGyy0YVIXXxVw,16440
|
57
57
|
liminal/utils.py,sha256=vMjSasDnEghwqULDo14joxxJ56G4-9cBsw719nQ8C7g,2798
|
58
58
|
liminal/validation/__init__.py,sha256=SBd48xxBMJrBzI48G2RcK056EMlevt5YjmZMkfCWN1I,6924
|
59
|
-
liminal_orm-1.1.
|
60
|
-
liminal_orm-1.1.
|
61
|
-
liminal_orm-1.1.
|
62
|
-
liminal_orm-1.1.
|
63
|
-
liminal_orm-1.1.
|
59
|
+
liminal_orm-1.1.4.dist-info/LICENSE.md,sha256=oVA877F_D1AV44dpjsv4f-4k690uNGApX1EtzOo3T8U,11353
|
60
|
+
liminal_orm-1.1.4.dist-info/METADATA,sha256=824ba_KuKxfRginOGqJiZYHKPu3yMzsxk7N32CuZzwI,11313
|
61
|
+
liminal_orm-1.1.4.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
|
62
|
+
liminal_orm-1.1.4.dist-info/entry_points.txt,sha256=atIrU63rrzH81dWC2sjUbFLlc5FWMmYRdMxXEWexIZA,47
|
63
|
+
liminal_orm-1.1.4.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|