database-wrapper-sqlite 0.1.85__py3-none-any.whl → 0.2.2__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.
@@ -40,11 +40,11 @@ class Sqlite(DatabaseBackend):
40
40
  "Sqlite is not yet implemented. See here: https://github.com/gintsmurans/py_database_wrapper/"
41
41
  )
42
42
 
43
- def lastInsertId(self) -> int:
43
+ def last_insert_id(self) -> int:
44
44
  assert self.cursor, "Cursor is not initialized"
45
45
  return self.cursor.lastrowid
46
46
 
47
- def affectedRows(self) -> int:
47
+ def affected_rows(self) -> int:
48
48
  assert self.cursor, "Cursor is not initialized"
49
49
  return self.cursor.rowcount
50
50
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: database_wrapper_sqlite
3
- Version: 0.1.85
3
+ Version: 0.2.2
4
4
  Summary: database_wrapper for PostgreSQL database
5
5
  Author-email: Gints Murans <gm@gm.lv>
6
6
  License: GNU General Public License v3.0 (GPL-3.0)
@@ -32,7 +32,7 @@ Classifier: Topic :: Software Development
32
32
  Classifier: Topic :: Software Development :: Libraries :: Python Modules
33
33
  Requires-Python: >=3.8
34
34
  Description-Content-Type: text/markdown
35
- Requires-Dist: database_wrapper==0.1.85
35
+ Requires-Dist: database_wrapper==0.2.2
36
36
 
37
37
  # database_wrapper_sqlite
38
38
 
@@ -0,0 +1,7 @@
1
+ database_wrapper_sqlite/__init__.py,sha256=r1Kw78EQGgfsxuiTvTMpY_SWIfjD-h7dLv3NJ6TzJnY,509
2
+ database_wrapper_sqlite/connector.py,sha256=kZtVpBLtdCof5Pjj8fS8EMp0R_z-NQo_EV2kH_crRa0,1635
3
+ database_wrapper_sqlite/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
+ database_wrapper_sqlite-0.2.2.dist-info/METADATA,sha256=wRrg3u-rpHzNaINuc0DqkT9yn9MZFU9pyIztRoIsx3s,2821
5
+ database_wrapper_sqlite-0.2.2.dist-info/WHEEL,sha256=Nw36Djuh_5VDukK0H78QzOX-_FQEo6V37m3nkm96gtU,91
6
+ database_wrapper_sqlite-0.2.2.dist-info/top_level.txt,sha256=53mm8n6modSF012UMCHllRLbCLajpC0uDwHE0WU1Lxo,24
7
+ database_wrapper_sqlite-0.2.2.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (79.0.1)
2
+ Generator: setuptools (80.7.1)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,7 +0,0 @@
1
- database_wrapper_sqlite/__init__.py,sha256=r1Kw78EQGgfsxuiTvTMpY_SWIfjD-h7dLv3NJ6TzJnY,509
2
- database_wrapper_sqlite/connector.py,sha256=UkoD1oj2lNXkrvmfV8P5tHYUBS0EG2r-Br5juiBucLo,1632
3
- database_wrapper_sqlite/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
- database_wrapper_sqlite-0.1.85.dist-info/METADATA,sha256=r0n4S5lZh0qP2UPPZ-WnKGNCKpK0sOPFZyY7eLgHcXg,2823
5
- database_wrapper_sqlite-0.1.85.dist-info/WHEEL,sha256=SmOxYU7pzNKBqASvQJ7DjX3XGUF92lrGhMb3R6_iiqI,91
6
- database_wrapper_sqlite-0.1.85.dist-info/top_level.txt,sha256=53mm8n6modSF012UMCHllRLbCLajpC0uDwHE0WU1Lxo,24
7
- database_wrapper_sqlite-0.1.85.dist-info/RECORD,,