pyquoks 1.3.2__py3-none-any.whl → 1.4.0__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.
- pyquoks/data.py +3 -5
- {pyquoks-1.3.2.dist-info → pyquoks-1.4.0.dist-info}/METADATA +1 -1
- pyquoks-1.4.0.dist-info/RECORD +10 -0
- pyquoks-1.3.2.dist-info/RECORD +0 -10
- {pyquoks-1.3.2.dist-info → pyquoks-1.4.0.dist-info}/WHEEL +0 -0
- {pyquoks-1.3.2.dist-info → pyquoks-1.4.0.dist-info}/licenses/LICENSE +0 -0
- {pyquoks-1.3.2.dist-info → pyquoks-1.4.0.dist-info}/top_level.txt +0 -0
pyquoks/data.py
CHANGED
|
@@ -325,14 +325,12 @@ class IDatabaseManager:
|
|
|
325
325
|
database=parent._PATH + self._FILENAME,
|
|
326
326
|
check_same_thread=False,
|
|
327
327
|
)
|
|
328
|
+
self.row_factory = sqlite3.Row
|
|
328
329
|
|
|
329
|
-
self.
|
|
330
|
+
cursor = self.cursor()
|
|
331
|
+
cursor.execute(self._SQL)
|
|
330
332
|
self.commit()
|
|
331
333
|
|
|
332
|
-
@property
|
|
333
|
-
def _cursor(self) -> sqlite3.Cursor:
|
|
334
|
-
return self.cursor()
|
|
335
|
-
|
|
336
334
|
_PATH: str = utils.get_path("db/")
|
|
337
335
|
"""
|
|
338
336
|
Path to the directory with databases
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
pyquoks/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
+
pyquoks/data.py,sha256=Sflr9Gx7IlLQD7eaykXcBHkdK1rcgUFWqJfGoYqSVrY,15772
|
|
3
|
+
pyquoks/localhost.py,sha256=2sl1CovYrnIzBYW-eKDIYOfi5bUsSVTAdQobzAHpIys,828
|
|
4
|
+
pyquoks/models.py,sha256=kdduuHgh8RLe8_S5Lmv3jS6hqsZG-oYQhPTgk2C11ug,4171
|
|
5
|
+
pyquoks/utils.py,sha256=lcHZyIFIflGMqAhDkqm8GWOUFwb2f-IHgIPZxEiHBz0,484
|
|
6
|
+
pyquoks-1.4.0.dist-info/licenses/LICENSE,sha256=eEd8UIYxvKUY7vqrV1XTFo70_FQdiW6o1fznseCXRJs,1095
|
|
7
|
+
pyquoks-1.4.0.dist-info/METADATA,sha256=IvtUEUnjf50yFg4euxjPCMa65yh43Iig-VYJv6mZX3s,1802
|
|
8
|
+
pyquoks-1.4.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
9
|
+
pyquoks-1.4.0.dist-info/top_level.txt,sha256=4Eqn44TCCp-D8V6To92e8-KKr49ZGf0dCcsdRQmPkhc,8
|
|
10
|
+
pyquoks-1.4.0.dist-info/RECORD,,
|
pyquoks-1.3.2.dist-info/RECORD
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
pyquoks/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
-
pyquoks/data.py,sha256=JKpFM1QVfsYAe5T7VKjrGdalHbyxqpLa1R1htE4OE4Y,15791
|
|
3
|
-
pyquoks/localhost.py,sha256=2sl1CovYrnIzBYW-eKDIYOfi5bUsSVTAdQobzAHpIys,828
|
|
4
|
-
pyquoks/models.py,sha256=kdduuHgh8RLe8_S5Lmv3jS6hqsZG-oYQhPTgk2C11ug,4171
|
|
5
|
-
pyquoks/utils.py,sha256=lcHZyIFIflGMqAhDkqm8GWOUFwb2f-IHgIPZxEiHBz0,484
|
|
6
|
-
pyquoks-1.3.2.dist-info/licenses/LICENSE,sha256=eEd8UIYxvKUY7vqrV1XTFo70_FQdiW6o1fznseCXRJs,1095
|
|
7
|
-
pyquoks-1.3.2.dist-info/METADATA,sha256=lfFEdbIYLh6EPgxvf9T33pKNzngPFTFLrZRtoFz75lw,1802
|
|
8
|
-
pyquoks-1.3.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
9
|
-
pyquoks-1.3.2.dist-info/top_level.txt,sha256=4Eqn44TCCp-D8V6To92e8-KKr49ZGf0dCcsdRQmPkhc,8
|
|
10
|
-
pyquoks-1.3.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|