psqlpy 0.11.1__cp39-cp39-win_amd64.whl → 0.11.2__cp39-cp39-win_amd64.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.

@@ -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,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: psqlpy
3
- Version: 0.11.1
3
+ Version: 0.11.2
4
4
  Classifier: Typing :: Typed
5
5
  Classifier: Topic :: Database
6
6
  Classifier: Development Status :: 4 - Beta
@@ -1,10 +1,10 @@
1
- psqlpy-0.11.1.dist-info/METADATA,sha256=KpwIK7lou-sjErrbZJ8dWhsSIHh-7Rk6h8hZiRcTRUc,3598
2
- psqlpy-0.11.1.dist-info/WHEEL,sha256=0kWP4A00z5y7dQaPOt93HDVSEu9o_Xh01gZkicHYRtk,94
3
- psqlpy-0.11.1.dist-info/entry_points.txt,sha256=kNGHhl8cqbZ25PuaS-Ez-7jl3_b_4rIajMSmdJzmKNo,74
4
- psqlpy-0.11.1.dist-info/licenses/LICENSE,sha256=hZGPaqvpChxSPLSye1juW8quOxD19gGadYEu-41ATTw,1098
1
+ psqlpy-0.11.2.dist-info/METADATA,sha256=0SpXjE_3j8PCs1Ky9zIPlIPzRc_uaJC9OkbdsQhba8k,3598
2
+ psqlpy-0.11.2.dist-info/WHEEL,sha256=SqgFUQC3rmJBHv6XKhA7wOKmU2ih3aAfz0FSmR1FvyM,94
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=hZGPaqvpChxSPLSye1juW8quOxD19gGadYEu-41ATTw,1098
5
5
  psqlpy/__init__.py,sha256=JrmJTSxkjPdQzh7R2yTM-EATT_TJIVGyvGmsGzRDKJo,883
6
- psqlpy/_internal.cp39-win_amd64.pyd,sha256=VUiqgng1E01GYv6IVBh0BUGLIfHxzWUMigNuyaRr0Jg,10770944
7
- psqlpy/_internal/__init__.pyi,sha256=2vUK7k_b226EGq9xJUAn7ViygOV3F1A9qzPVP01WUjA,60092
6
+ psqlpy/_internal.cp39-win_amd64.pyd,sha256=K6NCs44A5c8QjQnDyNiwD5VoppoCj9LcyD4Jl0VNZto,10772480
7
+ psqlpy/_internal/__init__.pyi,sha256=crH_nDYLTrkTMrBk3HjZ3yd6-RzVSYFbw5cFaxJl4DE,59790
8
8
  psqlpy/_internal/exceptions.pyi,sha256=P86gr4UkDwMB5H6VoEs4FOtDMoiUobv7heCh_Mpp_vg,5122
9
9
  psqlpy/_internal/extra_types.pyi,sha256=lVhIO5fcxWXpxJbRtOS418RihIHmFfu-U3Tvo0YS3n8,17626
10
10
  psqlpy/_internal/row_factories.pyi,sha256=Knkyt4nY2ZI539cZsfyr87EJgmW-z4Nq4nKTokC9YMI,1516
@@ -12,4 +12,4 @@ psqlpy/exceptions.py,sha256=gHPwwaC76p1Q9yidq3wqbCInzNKosmNQuJskCtIosiE,2052
12
12
  psqlpy/extra_types.py,sha256=Lg-KK1uxUjHh-13iRp4ahEWPCR3GMBiDV2xCt63mVIw,1716
13
13
  psqlpy/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
14
14
  psqlpy/row_factories.py,sha256=nTrgfvsS2SqfZcAB5FCrnkLTUIqyPnZjGMMD1nATrPM,113
15
- psqlpy-0.11.1.dist-info/RECORD,,
15
+ psqlpy-0.11.2.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: maturin (1.8.6)
2
+ Generator: maturin (1.9.0)
3
3
  Root-Is-Purelib: false
4
4
  Tag: cp39-cp39-win_amd64