drifTech-lib 0.2.3__tar.gz → 0.2.4__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.

Potentially problematic release.


This version of drifTech-lib might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: drifTech-lib
3
- Version: 0.2.3
3
+ Version: 0.2.4
4
4
  Summary: Common files/functions across most drifTech software
5
5
  Author: driftbluestone
6
6
  Author-email: driftbluestone <driftbluestone@gmail.com>
@@ -8,7 +8,7 @@ build-backend = "uv_build"
8
8
 
9
9
  [project]
10
10
  name = "drifTech-lib"
11
- version = "0.2.3"
11
+ version = "0.2.4"
12
12
  description = "Common files/functions across most drifTech software"
13
13
  readme = "README.md"
14
14
  requires-python = ">=3.14"
@@ -8,7 +8,7 @@ build-backend = "uv_build"
8
8
 
9
9
  [project]
10
10
  name = "drifTech-lib"
11
- version = "0.2.3"
11
+ version = "0.2.4"
12
12
  authors = [{name = "driftbluestone", email = "driftbluestone@gmail.com"}]
13
13
  description = "Common files/functions across most drifTech software"
14
14
  readme = "README.md"
@@ -130,4 +130,4 @@ def start(schema: str, host: str, name: str, user: str, password: str, port: int
130
130
  cursor = connection.cursor()
131
131
  check_connection()
132
132
  logger.info("Connected to database.")
133
- connection.execute(f"CREATE SCHEMA IF NOT EXISTS {SCHEMA.as_string()};")
133
+ run(f"CREATE SCHEMA IF NOT EXISTS {SCHEMA.as_string()};")
File without changes
File without changes