d20-orm
Advanced tools
+1
-1
| Metadata-Version: 2.1 | ||
| Name: d20-orm | ||
| Version: 2.0.2a93 | ||
| Version: 2.0.2a94 | ||
| 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.2a93", | ||
| version="2.0.2a94", | ||
| author="Alex Sánchez Vega", | ||
@@ -11,0 +11,0 @@ author_email="alex@d20.services", |
| Metadata-Version: 2.1 | ||
| Name: d20-orm | ||
| Version: 2.0.2a93 | ||
| Version: 2.0.2a94 | ||
| 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 = 93 | ||
| release_num = 94 | ||
| version = f'{mayor_version}.{sub_version}.{revision}{release}{release_num}' |
@@ -203,8 +203,8 @@ from pyArango.connection import * | ||
| if qs != '': | ||
| qf = qf + ' SORT '+ qs | ||
| if limit != None: | ||
| qf = qf + ' limit ' + str(limit) | ||
| if qs != '': | ||
| qf = qf + ' SORT '+ qs | ||
| ds = 'm' | ||
@@ -211,0 +211,0 @@ if len(dims_list) > 0: |
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.