mySQLDBCtrlAPI 1.2510.22__tar.gz → 1.2510.23__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 mySQLDBCtrlAPI might be problematic. Click here for more details.
- {mysqldbctrlapi-1.2510.22 → mysqldbctrlapi-1.2510.23}/PKG-INFO +4 -1
- {mysqldbctrlapi-1.2510.22 → mysqldbctrlapi-1.2510.23}/README.md +3 -0
- {mysqldbctrlapi-1.2510.22 → mysqldbctrlapi-1.2510.23}/pyproject.toml +1 -1
- mysqldbctrlapi-1.2510.23/src/mySQLDBCtrlAPI/__init__.py +4 -0
- {mysqldbctrlapi-1.2510.22 → mysqldbctrlapi-1.2510.23}/src/mySQLDBCtrlAPI.egg-info/PKG-INFO +4 -1
- mysqldbctrlapi-1.2510.22/src/mySQLDBCtrlAPI/__init__.py +0 -4
- {mysqldbctrlapi-1.2510.22 → mysqldbctrlapi-1.2510.23}/LICENSE +0 -0
- {mysqldbctrlapi-1.2510.22 → mysqldbctrlapi-1.2510.23}/setup.cfg +0 -0
- {mysqldbctrlapi-1.2510.22 → mysqldbctrlapi-1.2510.23}/src/mySQLDBCtrlAPI/mySQLDBCtrl.py +0 -0
- {mysqldbctrlapi-1.2510.22 → mysqldbctrlapi-1.2510.23}/src/mySQLDBCtrlAPI.egg-info/SOURCES.txt +0 -0
- {mysqldbctrlapi-1.2510.22 → mysqldbctrlapi-1.2510.23}/src/mySQLDBCtrlAPI.egg-info/dependency_links.txt +0 -0
- {mysqldbctrlapi-1.2510.22 → mysqldbctrlapi-1.2510.23}/src/mySQLDBCtrlAPI.egg-info/requires.txt +0 -0
- {mysqldbctrlapi-1.2510.22 → mysqldbctrlapi-1.2510.23}/src/mySQLDBCtrlAPI.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mySQLDBCtrlAPI
|
|
3
|
-
Version: 1.2510.
|
|
3
|
+
Version: 1.2510.23
|
|
4
4
|
Summary: mySQLDBCtrlAPI Python package
|
|
5
5
|
Author-email: James Lin <tylin123@ms27.hinet.net>
|
|
6
6
|
License: Copyright (c) 2025 James Lin
|
|
@@ -33,6 +33,9 @@ Dynamic: license-file
|
|
|
33
33
|
#mySQLDBCtrlAPI
|
|
34
34
|
|
|
35
35
|
## History of version
|
|
36
|
+
Version 1.2510.23: 2025/10/22<BR>
|
|
37
|
+
Fixed version bugs.
|
|
38
|
+
|
|
36
39
|
Version 1.2510.22: 2025/10/22<BR>
|
|
37
40
|
1.Add string decode method (translage utf8 charset -> utf-8)
|
|
38
41
|
2.Add Eof() procedure
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mySQLDBCtrlAPI
|
|
3
|
-
Version: 1.2510.
|
|
3
|
+
Version: 1.2510.23
|
|
4
4
|
Summary: mySQLDBCtrlAPI Python package
|
|
5
5
|
Author-email: James Lin <tylin123@ms27.hinet.net>
|
|
6
6
|
License: Copyright (c) 2025 James Lin
|
|
@@ -33,6 +33,9 @@ Dynamic: license-file
|
|
|
33
33
|
#mySQLDBCtrlAPI
|
|
34
34
|
|
|
35
35
|
## History of version
|
|
36
|
+
Version 1.2510.23: 2025/10/22<BR>
|
|
37
|
+
Fixed version bugs.
|
|
38
|
+
|
|
36
39
|
Version 1.2510.22: 2025/10/22<BR>
|
|
37
40
|
1.Add string decode method (translage utf8 charset -> utf-8)
|
|
38
41
|
2.Add Eof() procedure
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mysqldbctrlapi-1.2510.22 → mysqldbctrlapi-1.2510.23}/src/mySQLDBCtrlAPI.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{mysqldbctrlapi-1.2510.22 → mysqldbctrlapi-1.2510.23}/src/mySQLDBCtrlAPI.egg-info/requires.txt
RENAMED
|
File without changes
|
{mysqldbctrlapi-1.2510.22 → mysqldbctrlapi-1.2510.23}/src/mySQLDBCtrlAPI.egg-info/top_level.txt
RENAMED
|
File without changes
|