pyquoks 1.3.2__py3-none-any.whl → 1.3.2.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.
- pyquoks/data.py +2 -5
- {pyquoks-1.3.2.dist-info → pyquoks-1.3.2.1.dist-info}/METADATA +1 -1
- pyquoks-1.3.2.1.dist-info/RECORD +10 -0
- pyquoks-1.3.2.dist-info/RECORD +0 -10
- {pyquoks-1.3.2.dist-info → pyquoks-1.3.2.1.dist-info}/WHEEL +0 -0
- {pyquoks-1.3.2.dist-info → pyquoks-1.3.2.1.dist-info}/licenses/LICENSE +0 -0
- {pyquoks-1.3.2.dist-info → pyquoks-1.3.2.1.dist-info}/top_level.txt +0 -0
pyquoks/data.py
CHANGED
|
@@ -326,13 +326,10 @@ class IDatabaseManager:
|
|
|
326
326
|
check_same_thread=False,
|
|
327
327
|
)
|
|
328
328
|
|
|
329
|
-
self.
|
|
329
|
+
cursor = self.cursor()
|
|
330
|
+
cursor.execute(self._SQL)
|
|
330
331
|
self.commit()
|
|
331
332
|
|
|
332
|
-
@property
|
|
333
|
-
def _cursor(self) -> sqlite3.Cursor:
|
|
334
|
-
return self.cursor()
|
|
335
|
-
|
|
336
333
|
_PATH: str = utils.get_path("db/")
|
|
337
334
|
"""
|
|
338
335
|
Path to the directory with databases
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
pyquoks/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
+
pyquoks/data.py,sha256=lwdhIS2zls5UqN7hn4shL3NBHDUxDUk8R7CicbQqM20,15724
|
|
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.1.dist-info/licenses/LICENSE,sha256=eEd8UIYxvKUY7vqrV1XTFo70_FQdiW6o1fznseCXRJs,1095
|
|
7
|
+
pyquoks-1.3.2.1.dist-info/METADATA,sha256=FvyQo98t33VtfExAHVdUf1nCmOcQFsYcA9Wf3NY8Cz8,1804
|
|
8
|
+
pyquoks-1.3.2.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
9
|
+
pyquoks-1.3.2.1.dist-info/top_level.txt,sha256=4Eqn44TCCp-D8V6To92e8-KKr49ZGf0dCcsdRQmPkhc,8
|
|
10
|
+
pyquoks-1.3.2.1.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
|