articlib 0.2.2__py3-none-any.whl → 0.2.3__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.
Potentially problematic release.
This version of articlib might be problematic. Click here for more details.
- articlib/sqliteEngine.py +1 -1
- {articlib-0.2.2.dist-info → articlib-0.2.3.dist-info}/METADATA +1 -1
- {articlib-0.2.2.dist-info → articlib-0.2.3.dist-info}/RECORD +5 -5
- {articlib-0.2.2.dist-info → articlib-0.2.3.dist-info}/LICENSE +0 -0
- {articlib-0.2.2.dist-info → articlib-0.2.3.dist-info}/WHEEL +0 -0
articlib/sqliteEngine.py
CHANGED
|
@@ -24,7 +24,7 @@ class sqliteEngine:
|
|
|
24
24
|
self.executeCommand (f"INSERT INTO {table} ({columns}) VALUES ({values});")
|
|
25
25
|
|
|
26
26
|
def updateEntry (self, table, columns, values, condition):
|
|
27
|
-
self.executeCommand (f"UPDATE {table} SET {columns} = {values} WHERE {condition};")
|
|
27
|
+
self.executeCommand (f"UPDATE {table} SET {columns} = \"{values}\" WHERE {condition};")
|
|
28
28
|
|
|
29
29
|
def deleteEntry (self, table, condition):
|
|
30
30
|
self.executeCommand (f"DELETE FROM {table} WHERE {condition};")
|
|
@@ -3,10 +3,10 @@ articlib/articLogger.py,sha256=GqtO1_Mz1-Vu7aIO9CjJCzHflWNkRDtIy4uZsfneKvc,3072
|
|
|
3
3
|
articlib/consoleUtils.py,sha256=cXf9omWUAg66a_uCz5Yoi20nWB9Cmd6FaiE6ZgPcchw,980
|
|
4
4
|
articlib/dateTime.py,sha256=IGFuD9dluD2vhurfPVBz0FlOmKpiWTqqUFWWKN55uAw,4020
|
|
5
5
|
articlib/dice.py,sha256=TQI1PKyvXekwUPB2n3fMuvnW8lVlV7TmtWjBSLYlw0s,772
|
|
6
|
-
articlib/sqliteEngine.py,sha256=
|
|
6
|
+
articlib/sqliteEngine.py,sha256=MYVMzippQ6rEwj3_WPlOaP3uTA1Pk-c0Fp8vrcwUKGk,2509
|
|
7
7
|
articlib/systemUtils.py,sha256=-XKMGSxi8UCDEdYrZCUnLwpO1SVKWzP0jmvbYbH9QW8,838
|
|
8
8
|
articlib/testEngine.py,sha256=uoRr4FkAvRrvtB9g-mKc1KSspoka0eEBy_X0vSJ3eUA,4502
|
|
9
|
-
articlib-0.2.
|
|
10
|
-
articlib-0.2.
|
|
11
|
-
articlib-0.2.
|
|
12
|
-
articlib-0.2.
|
|
9
|
+
articlib-0.2.3.dist-info/LICENSE,sha256=NiJJ2y6nD9BVS9EdxmP4lbFxjoNE3CIvx4PaquX5Dvs,1094
|
|
10
|
+
articlib-0.2.3.dist-info/METADATA,sha256=7DL2BWxEE9WPvTrbqMkhQAtdOgAgwSiXg5SaQJ56yvQ,1958
|
|
11
|
+
articlib-0.2.3.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
12
|
+
articlib-0.2.3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|