psqlpy 0.11.1__cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl → 0.11.2__cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.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.
Potentially problematic release.
This version of psqlpy might be problematic. Click here for more details.
- psqlpy/_internal/__init__.pyi +0 -10
- psqlpy/_internal.cpython-311-s390x-linux-gnu.so +0 -0
- {psqlpy-0.11.1.dist-info → psqlpy-0.11.2.dist-info}/METADATA +1 -1
- {psqlpy-0.11.1.dist-info → psqlpy-0.11.2.dist-info}/RECORD +7 -7
- {psqlpy-0.11.1.dist-info → psqlpy-0.11.2.dist-info}/WHEEL +1 -1
- {psqlpy-0.11.1.dist-info → psqlpy-0.11.2.dist-info}/entry_points.txt +0 -0
- {psqlpy-0.11.1.dist-info → psqlpy-0.11.2.dist-info}/licenses/LICENSE +0 -0
psqlpy/_internal/__init__.pyi
CHANGED
|
@@ -815,16 +815,6 @@ class Connection:
|
|
|
815
815
|
|
|
816
816
|
Return representation of prepared statement.
|
|
817
817
|
"""
|
|
818
|
-
async def commit(self: Self) -> None:
|
|
819
|
-
"""Commit the transaction.
|
|
820
|
-
|
|
821
|
-
Do nothing if there is no active transaction.
|
|
822
|
-
"""
|
|
823
|
-
async def rollback(self: Self) -> None:
|
|
824
|
-
"""Rollback the transaction.
|
|
825
|
-
|
|
826
|
-
Do nothing if there is no active transaction.
|
|
827
|
-
"""
|
|
828
818
|
async def execute(
|
|
829
819
|
self: Self,
|
|
830
820
|
querystring: str,
|
|
Binary file
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
psqlpy-0.11.
|
|
2
|
-
psqlpy-0.11.
|
|
3
|
-
psqlpy-0.11.
|
|
4
|
-
psqlpy-0.11.
|
|
1
|
+
psqlpy-0.11.2.dist-info/METADATA,sha256=4DGiODrrMK_OWVnXjrnZ1wObhMzKKFzw0-YLwUU9qb8,3522
|
|
2
|
+
psqlpy-0.11.2.dist-info/WHEEL,sha256=rnaiY87CuWWjfSnjmnKg0ZyODy9aX0R7hYr-kpl6LVA,127
|
|
3
|
+
psqlpy-0.11.2.dist-info/entry_points.txt,sha256=kNGHhl8cqbZ25PuaS-Ez-7jl3_b_4rIajMSmdJzmKNo,74
|
|
4
|
+
psqlpy-0.11.2.dist-info/licenses/LICENSE,sha256=UkxvzBjZdhB37ez6jaooRIOe3GON6A2MJ7RVsiOxlUc,1078
|
|
5
5
|
psqlpy/__init__.py,sha256=w0a1HvjkEGAmg5dax_hkrur8y3WZT0caFmFVfMmyvxs,838
|
|
6
|
-
psqlpy/_internal.cpython-311-s390x-linux-gnu.so,sha256=
|
|
7
|
-
psqlpy/_internal/__init__.pyi,sha256=
|
|
6
|
+
psqlpy/_internal.cpython-311-s390x-linux-gnu.so,sha256=VsnMXUzQFu1jmxzOXi6XC3uvoUkCmwuaASCbyApiTCY,14419200
|
|
7
|
+
psqlpy/_internal/__init__.pyi,sha256=O5p17zzUTMVHguVGsM_iwZyZdd-jJxCRrAEYiyd25Ks,58015
|
|
8
8
|
psqlpy/_internal/exceptions.pyi,sha256=6GQls4kgEjd9JXl8B8i9ycf_ktYcXFeLAKp_qiwsdHk,4970
|
|
9
9
|
psqlpy/_internal/extra_types.pyi,sha256=47STvXQt2VQrPMCu3fmYR8-FmHD7fDh3NOerNjSCe6g,16999
|
|
10
10
|
psqlpy/_internal/row_factories.pyi,sha256=Viim3tpp1_7KrzZAAIJ6U9gaI_wKVWI4Y2UAO_OAlUA,1449
|
|
@@ -12,4 +12,4 @@ psqlpy/exceptions.py,sha256=A2TTXu7b4w8_j64ZIUfSJB-ywmWn9rJclANapflv6So,1973
|
|
|
12
12
|
psqlpy/extra_types.py,sha256=q51BPqYfsYic6j1RMfN8mAFg_FWiMF-5hfG2fhy8kIU,1613
|
|
13
13
|
psqlpy/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
14
14
|
psqlpy/row_factories.py,sha256=QtTUEF1oNSANT6HMyk7tAS-LluCfLC7w2mYoJ5c8X-0,107
|
|
15
|
-
psqlpy-0.11.
|
|
15
|
+
psqlpy-0.11.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|