Fix some CouchDB and update/commit things
All threads resolved!
All threads resolved!
Compare changes
+ 97
− 114
@@ -13,14 +13,12 @@ Todo: Add module docstring
@@ -30,6 +28,9 @@ from aas import model
@@ -39,18 +40,16 @@ class CouchDBBackend(backends.Backend):
@@ -62,8 +61,8 @@ class CouchDBBackend(backends.Backend):
@@ -75,13 +74,9 @@ class CouchDBBackend(backends.Backend):
@@ -101,69 +96,82 @@ class CouchDBBackend(backends.Backend):
@@ -178,7 +186,8 @@ def register_credentials(url: str, username: str, password: str):
@@ -252,12 +261,8 @@ class CouchDBObjectStore(model.AbstractObjectStore):
@@ -269,11 +274,7 @@ class CouchDBObjectStore(model.AbstractObjectStore):
@@ -289,11 +290,9 @@ class CouchDBObjectStore(model.AbstractObjectStore):
@@ -334,13 +333,12 @@ class CouchDBObjectStore(model.AbstractObjectStore):
@@ -378,25 +376,19 @@ class CouchDBObjectStore(model.AbstractObjectStore):
@@ -428,12 +420,9 @@ class CouchDBObjectStore(model.AbstractObjectStore):
@@ -448,10 +437,7 @@ class CouchDBObjectStore(model.AbstractObjectStore):
@@ -476,10 +462,7 @@ class CouchDBObjectStore(model.AbstractObjectStore):