tracktolib 0.58.0__py3-none-any.whl → 0.58.1__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.
- tracktolib/pg_sync.py +3 -1
- {tracktolib-0.58.0.dist-info → tracktolib-0.58.1.dist-info}/METADATA +1 -1
- {tracktolib-0.58.0.dist-info → tracktolib-0.58.1.dist-info}/RECORD +5 -5
- {tracktolib-0.58.0.dist-info → tracktolib-0.58.1.dist-info}/LICENSE +0 -0
- {tracktolib-0.58.0.dist-info → tracktolib-0.58.1.dist-info}/WHEEL +0 -0
tracktolib/pg_sync.py
CHANGED
|
@@ -94,7 +94,9 @@ def insert_many(engine: Connection | Cursor, table: LiteralString, data: Sequenc
|
|
|
94
94
|
|
|
95
95
|
|
|
96
96
|
@overload
|
|
97
|
-
def insert_one(
|
|
97
|
+
def insert_one(
|
|
98
|
+
engine: Connection | Cursor, table: LiteralString, data: Mapping[str, Any], returning: None = None
|
|
99
|
+
) -> None: ...
|
|
98
100
|
|
|
99
101
|
|
|
100
102
|
@overload
|
|
@@ -5,14 +5,14 @@ tracktolib/logs.py,sha256=xgfRDnviZPr9qinSOgab8neIWPv9Rj2xzDHnIBvWQcU,2201
|
|
|
5
5
|
tracktolib/pg/__init__.py,sha256=j67e3B3gBbCHLD20QBybptmNdbbVMzNhZE6XjIPuKVo,349
|
|
6
6
|
tracktolib/pg/query.py,sha256=MBYOTL9aLnYRBhaLy8-P6uGNXOmyluejNyUdt3Gfx5M,14504
|
|
7
7
|
tracktolib/pg/utils.py,sha256=cL24KEt4SWJQ7LJPzaO3c8Xg0ZLmjhn22DtTWg86nwc,6324
|
|
8
|
-
tracktolib/pg_sync.py,sha256=
|
|
8
|
+
tracktolib/pg_sync.py,sha256=MKDaV7dYsRy59Y0EE5RGZL0DlZ-RUdBeaN9eSBwiQJg,6718
|
|
9
9
|
tracktolib/pg_utils.py,sha256=VXPpy1jGq6aCgTlfFJDIrq6JDujR83JN5ZRiCi8Lx4E,2582
|
|
10
10
|
tracktolib/s3/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
11
|
tracktolib/s3/minio.py,sha256=wMEjkSes9Fp39fD17IctALpD6zB2xwDRQEmO7Vzan3g,1387
|
|
12
12
|
tracktolib/s3/s3.py,sha256=0HbSAPoaup5-W4LK54zRCjrQ5mr8OWR-N9WjW99Q4aw,5937
|
|
13
13
|
tracktolib/tests.py,sha256=gKE--epQjgMZGXc5ydbl4zjOdmwztJS42UMV0p4hXEA,399
|
|
14
14
|
tracktolib/utils.py,sha256=ysTBF9V35fVXQVBPk0kfE_84SGRxzrayqmg9RbtoJq4,5761
|
|
15
|
-
tracktolib-0.58.
|
|
16
|
-
tracktolib-0.58.
|
|
17
|
-
tracktolib-0.58.
|
|
18
|
-
tracktolib-0.58.
|
|
15
|
+
tracktolib-0.58.1.dist-info/LICENSE,sha256=uUanH0X7SeZEPdsRTHegMSMTiIHMurt9H0jSwEwKE1Y,1081
|
|
16
|
+
tracktolib-0.58.1.dist-info/METADATA,sha256=nrruOVc4XzABSZtVg6dTxYjdRoVfm2G_NU01yftq4Zc,3704
|
|
17
|
+
tracktolib-0.58.1.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
|
18
|
+
tracktolib-0.58.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|