d20-orm
Advanced tools
+1
-1
| Metadata-Version: 2.1 | ||
| Name: d20-orm | ||
| Version: 2.0.2a96 | ||
| Version: 2.0.2a97 | ||
| Summary: A small ORM for multimodel DBs | ||
@@ -5,0 +5,0 @@ Home-page: https://github.com/d20services/arangodb_python_orm |
+1
-1
@@ -8,3 +8,3 @@ import setuptools | ||
| name="d20-orm", | ||
| version="2.0.2a96", | ||
| version="2.0.2a97", | ||
| author="Alex Sánchez Vega", | ||
@@ -11,0 +11,0 @@ author_email="alex@d20.services", |
| Metadata-Version: 2.1 | ||
| Name: d20-orm | ||
| Version: 2.0.2a96 | ||
| Version: 2.0.2a97 | ||
| Summary: A small ORM for multimodel DBs | ||
@@ -5,0 +5,0 @@ Home-page: https://github.com/d20services/arangodb_python_orm |
@@ -5,3 +5,3 @@ mayor_version = 2 | ||
| release = 'alpha' | ||
| release_num = 94 | ||
| release_num = 97 | ||
| version = f'{mayor_version}.{sub_version}.{revision}{release}{release_num}' |
@@ -33,6 +33,6 @@ import pyArango | ||
| for colFrom in edgeDefinitions[edge]['fromCollections']: | ||
| if colFrom not in db_connected: | ||
| if isinstance(colFrom, str) and colFrom not in db_connected: | ||
| db_connected.append(colFrom) | ||
| for colTo in edgeDefinitions[edge]['toCollections']: | ||
| if colTo not in db_connected: | ||
| if isinstance(colTo, str) and colTo not in db_connected: | ||
| db_connected.append(colTo) | ||
@@ -39,0 +39,0 @@ # Collections given and not connected are orphans |
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.
170369
0.03%