ccfx 0.2.0__py3-none-any.whl → 0.3.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.
- ccfx/sqliteConnection.py +1 -2
- {ccfx-0.2.0.dist-info → ccfx-0.3.0.dist-info}/METADATA +1 -1
- {ccfx-0.2.0.dist-info → ccfx-0.3.0.dist-info}/RECORD +6 -6
- {ccfx-0.2.0.dist-info → ccfx-0.3.0.dist-info}/LICENSE +0 -0
- {ccfx-0.2.0.dist-info → ccfx-0.3.0.dist-info}/WHEEL +0 -0
- {ccfx-0.2.0.dist-info → ccfx-0.3.0.dist-info}/top_level.txt +0 -0
ccfx/sqliteConnection.py
CHANGED
@@ -49,9 +49,8 @@ class sqliteConnection:
|
|
49
49
|
self.cursor.execute(query, (new_value, val_1))
|
50
50
|
|
51
51
|
if v:
|
52
|
-
self.report(f"\t -> updated value in {self.db_name
|
52
|
+
self.report(f"\t -> updated value in {self.db_name} table: {table_name}")
|
53
53
|
|
54
|
-
# Commit the transaction if needed (add self.conn.commit() if not in a transaction)
|
55
54
|
|
56
55
|
except Exception as e:
|
57
56
|
raise Exception(f"Error updating value: {str(e)}")
|
@@ -2,10 +2,10 @@ ccfx/__init__.py,sha256=VmBeF3oj6JTJ_793d4i8PvhyF8_FxaxA1L_FmHWqitc,142
|
|
2
2
|
ccfx/ccfx.py,sha256=lB6hTCywvbMpHH6lMgw0UJuoiU-7vA22yvttvKFG5Gc,28450
|
3
3
|
ccfx/excel.py,sha256=cQ4TQW49XqbMB3sSS0IOhO3-WArIolEBIrvOvhFyPtI,4757
|
4
4
|
ccfx/mssqlConnection.py,sha256=TwyZXhHHI7zy6BSfH1pszuHVJ5cmndRC5dVxvEtSTks,7904
|
5
|
-
ccfx/sqliteConnection.py,sha256=
|
5
|
+
ccfx/sqliteConnection.py,sha256=jEJ94D5ySt84N7AeDpa27Rclt1NaKhkX6nYzidwApIg,11104
|
6
6
|
ccfx/word.py,sha256=AGa64jX5Zl5qotZh5L0QmrsjTnktIBhmj_ByRKZ88vw,3061
|
7
|
-
ccfx-0.
|
8
|
-
ccfx-0.
|
9
|
-
ccfx-0.
|
10
|
-
ccfx-0.
|
11
|
-
ccfx-0.
|
7
|
+
ccfx-0.3.0.dist-info/LICENSE,sha256=2-M3fBUS3FmrSIrqd3cZDmxXxojWVJtZY-SHSRE6RxM,1098
|
8
|
+
ccfx-0.3.0.dist-info/METADATA,sha256=9C2wcPC02QWli3N8GPc0_80K4LZ-YI2ZpNPlMadHGjw,5419
|
9
|
+
ccfx-0.3.0.dist-info/WHEEL,sha256=P9jw-gEje8ByB7_hXoICnHtVCrEwMQh-630tKvQWehc,91
|
10
|
+
ccfx-0.3.0.dist-info/top_level.txt,sha256=_cSvSA1WX2K8TgoV3iBJUdUZZqMKJbOPLNnKLYSLHaw,5
|
11
|
+
ccfx-0.3.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|