rb-commons 0.1.14__py3-none-any.whl → 0.1.15__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.
- rb_commons/orm/managers.py +1 -1
- {rb_commons-0.1.14.dist-info → rb_commons-0.1.15.dist-info}/METADATA +1 -1
- {rb_commons-0.1.14.dist-info → rb_commons-0.1.15.dist-info}/RECORD +5 -5
- {rb_commons-0.1.14.dist-info → rb_commons-0.1.15.dist-info}/WHEEL +1 -1
- {rb_commons-0.1.14.dist-info → rb_commons-0.1.15.dist-info}/top_level.txt +0 -0
rb_commons/orm/managers.py
CHANGED
@@ -67,7 +67,7 @@ class BaseManager(Generic[ModelType]):
|
|
67
67
|
delete_stmt = delete(self.model).filter_by(**filters)
|
68
68
|
result = await self.session.execute(delete_stmt)
|
69
69
|
await self.session.commit()
|
70
|
-
return result
|
70
|
+
return result
|
71
71
|
except NoResultFound:
|
72
72
|
return False
|
73
73
|
except SQLAlchemyError as e:
|
@@ -4,10 +4,10 @@ rb_commons/configs/config.py,sha256=tpqC1V9PXx88m0N5L13WqkoalPUk6SthjxgL_lmf-lE,
|
|
4
4
|
rb_commons/configs/injections.py,sha256=6B1EOgIGnkWv3UrFaV9PRgG0-CJAbLu1UZ3kq-SjPVU,273
|
5
5
|
rb_commons/orm/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
6
6
|
rb_commons/orm/exceptions.py,sha256=1aMctiEwrPjyehoXVX1l6ML5ZOhmDkmBISzlTD5ey1Y,509
|
7
|
-
rb_commons/orm/managers.py,sha256=
|
7
|
+
rb_commons/orm/managers.py,sha256=s0MeGfuDmQA287IV57s8kk467AJwskAoG4HvgQxKTYc,6711
|
8
8
|
rb_commons/schemes/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
9
9
|
rb_commons/schemes/jwt.py,sha256=F66JJDhholuOPPzlKeoC6f1TL4gXg4oRUrV5yheNpyo,1675
|
10
|
-
rb_commons-0.1.
|
11
|
-
rb_commons-0.1.
|
12
|
-
rb_commons-0.1.
|
13
|
-
rb_commons-0.1.
|
10
|
+
rb_commons-0.1.15.dist-info/METADATA,sha256=jRHiJGnvpJQg8LHPrL05VpeZMCY0fZ-FQbE7EDmi9r0,6533
|
11
|
+
rb_commons-0.1.15.dist-info/WHEEL,sha256=52BFRY2Up02UkjOa29eZOS2VxUrpPORXg1pkohGGUS8,91
|
12
|
+
rb_commons-0.1.15.dist-info/top_level.txt,sha256=HPx_WAYo3_fbg1WCeGHsz3wPGio1ucbnrlm2lmqlJog,11
|
13
|
+
rb_commons-0.1.15.dist-info/RECORD,,
|
File without changes
|