ccfx 0.2.0__tar.gz → 0.3.0__tar.gz

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ccfx
3
- Version: 0.2.0
3
+ Version: 0.3.0
4
4
  Summary: Your package description here
5
5
  Author-email: Celray James CHAWANDA <celray@chawanda.com>
6
6
  License: MIT
@@ -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.split('/')[-1].split('\\')[-1]} table: {table_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)}")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ccfx
3
- Version: 0.2.0
3
+ Version: 0.3.0
4
4
  Summary: Your package description here
5
5
  Author-email: Celray James CHAWANDA <celray@chawanda.com>
6
6
  License: MIT
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "ccfx"
7
- version = "0.2.0"
7
+ version = "0.3.0"
8
8
  description = "Your package description here"
9
9
  readme = "README.md"
10
10
  license = {text = "MIT"}
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes