ezKit 1.12.30__py3-none-any.whl → 1.12.32__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.
- ezKit/database.py +4 -6
- ezKit/errors.py +4 -0
- {ezkit-1.12.30.dist-info → ezkit-1.12.32.dist-info}/METADATA +1 -1
- {ezkit-1.12.30.dist-info → ezkit-1.12.32.dist-info}/RECORD +7 -7
- {ezkit-1.12.30.dist-info → ezkit-1.12.32.dist-info}/WHEEL +0 -0
- {ezkit-1.12.30.dist-info → ezkit-1.12.32.dist-info}/licenses/LICENSE +0 -0
- {ezkit-1.12.30.dist-info → ezkit-1.12.32.dist-info}/top_level.txt +0 -0
ezKit/database.py
CHANGED
@@ -705,7 +705,7 @@ class DatabaseAsyncSession:
|
|
705
705
|
# --------------------------------------------------------------------------------------------------
|
706
706
|
|
707
707
|
|
708
|
-
async def
|
708
|
+
async def async_create_and_count(db: DatabaseAsyncSession, schema: Type[DeclarativeBase], data: list) -> dict:
|
709
709
|
|
710
710
|
# 插入数据
|
711
711
|
result = await db.operater(insert(schema), data)
|
@@ -720,7 +720,7 @@ async def db_async_create(db: DatabaseAsyncSession, schema: Type[DeclarativeBase
|
|
720
720
|
# --------------------------------------------------------------------------------------------------
|
721
721
|
|
722
722
|
|
723
|
-
async def
|
723
|
+
async def async_read_and_count(db: DatabaseAsyncSession, table_name: str, data: dict, statement_prefix: str, statement_end: str = "") -> dict:
|
724
724
|
|
725
725
|
# 初始返回结果 (适用于 count 等于 0)
|
726
726
|
result = {"count": 0, "data": None, "pageIndex": data["pageIndex"], "pageSize": 0}
|
@@ -759,8 +759,6 @@ async def db_async_read(db: DatabaseAsyncSession, table_name: str, data: dict, s
|
|
759
759
|
{statement_prefix}
|
760
760
|
{where_clause}
|
761
761
|
{statement_end}
|
762
|
-
LIMIT :limit
|
763
|
-
OFFSET :offset;
|
764
762
|
"""
|
765
763
|
).bindparams(*bind_params)
|
766
764
|
|
@@ -782,7 +780,7 @@ async def db_async_read(db: DatabaseAsyncSession, table_name: str, data: dict, s
|
|
782
780
|
# --------------------------------------------------------------------------------------------------
|
783
781
|
|
784
782
|
|
785
|
-
async def
|
783
|
+
async def async_update_and_count(db: DatabaseAsyncSession, table_name: str, data: dict) -> dict:
|
786
784
|
|
787
785
|
# 构建 WHERE
|
788
786
|
|
@@ -832,7 +830,7 @@ async def db_async_update(db: DatabaseAsyncSession, table_name: str, data: dict)
|
|
832
830
|
# --------------------------------------------------------------------------------------------------
|
833
831
|
|
834
832
|
|
835
|
-
async def
|
833
|
+
async def async_delete_and_count(db: DatabaseAsyncSession, table_name: str, data: dict) -> dict:
|
836
834
|
|
837
835
|
# 构建 WHERE
|
838
836
|
|
ezKit/errors.py
CHANGED
@@ -3,9 +3,9 @@ ezKit/_file.py,sha256=0qRZhwYuagTgTGrhm-tzAMvEQT4HTJA_xZKqF2bo0ho,1207
|
|
3
3
|
ezKit/bottle.py,sha256=43h4v1kzz6qrLvCt5IMN0H-gFtaT0koG9wETqteXsps,181666
|
4
4
|
ezKit/bottle_extensions.py,sha256=27rogmfK7mL2qUSjXH79IMGZbCVULtYEikql_N9O6Zs,1165
|
5
5
|
ezKit/cipher.py,sha256=7jBarRH7ukSYzkz-Anl8B8JzluhnRz4CLHidPRRj_cg,2939
|
6
|
-
ezKit/database.py,sha256=
|
6
|
+
ezKit/database.py,sha256=W3xV_0o317oRaxZJWt_XithwzfL5HcTiGOyqpj07qNk,30101
|
7
7
|
ezKit/dockerhub.py,sha256=j-wQO-71BsOgExHZhYynuy2k_hCX3on-vg0TH7QCit4,1996
|
8
|
-
ezKit/errors.py,sha256=
|
8
|
+
ezKit/errors.py,sha256=htTi7vKClHGHf2MX2G88PKr0zzUrFiUHEsrmfqj1Fx8,1425
|
9
9
|
ezKit/fastapix.py,sha256=59wqVLqJxNVesZTAwAqkzkiMQHKQQbVUijFP-IDu4ws,2935
|
10
10
|
ezKit/http.py,sha256=zhNxJF-x91UqGncXWxVXnhZVpFo_wmmpGnMXVT11y9E,1832
|
11
11
|
ezKit/markdown_to_html.template,sha256=21G2sSVGJn6aJvHd0NN4zY5YiDteKe4UtW36AzBwSdk,22274
|
@@ -17,8 +17,8 @@ ezKit/token.py,sha256=Ac-i9xfq4TqpGyfCzakjrh4NYzxHiN2sCQrMk1tzVi8,1716
|
|
17
17
|
ezKit/utils.py,sha256=U457ahFkxIXuB-qWvS3995xJs-LlkFIX5_ZWVgmL5cY,43130
|
18
18
|
ezKit/xftp.py,sha256=-XQXyhMqeigT63P6sXkSS7r4GROXyqqlkzKxITLWG-g,8278
|
19
19
|
ezKit/zabbix.py,sha256=PkMnfu7mcuotwwIIsHaC9FsNg-gap6hD1xvm0AwSL1Y,33777
|
20
|
-
ezkit-1.12.
|
21
|
-
ezkit-1.12.
|
22
|
-
ezkit-1.12.
|
23
|
-
ezkit-1.12.
|
24
|
-
ezkit-1.12.
|
20
|
+
ezkit-1.12.32.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
21
|
+
ezkit-1.12.32.dist-info/METADATA,sha256=YSVQxTKSN7g4th4QouCU1AMt4wQtkJ2Dxps1cozIvJY,317
|
22
|
+
ezkit-1.12.32.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
23
|
+
ezkit-1.12.32.dist-info/top_level.txt,sha256=aYLB_1WODsqNTsTFWcKP-BN0KCTKcV-HZJ4zlHkCFw8,6
|
24
|
+
ezkit-1.12.32.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|