mySQLDBCtrlAPI 1.2606.501__tar.gz → 1.2606.502__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.
- {mysqldbctrlapi-1.2606.501/src/mySQLDBCtrlAPI.egg-info → mysqldbctrlapi-1.2606.502}/PKG-INFO +7 -5
- {mysqldbctrlapi-1.2606.501 → mysqldbctrlapi-1.2606.502}/README.md +6 -4
- {mysqldbctrlapi-1.2606.501 → mysqldbctrlapi-1.2606.502}/pyproject.toml +1 -1
- {mysqldbctrlapi-1.2606.501 → mysqldbctrlapi-1.2606.502}/src/mySQLDBCtrlAPI/mySQLDBCtrl.cp310-win_amd64.pyd +0 -0
- mysqldbctrlapi-1.2606.502/src/mySQLDBCtrlAPI/mySQLDBCtrlJSON.cp310-win_amd64.pyd +0 -0
- {mysqldbctrlapi-1.2606.501 → mysqldbctrlapi-1.2606.502}/src/mySQLDBCtrlAPI/mySQLNetSSH.cp310-win_amd64.pyd +0 -0
- {mysqldbctrlapi-1.2606.501 → mysqldbctrlapi-1.2606.502}/src/mySQLDBCtrlAPI/mySQLxJsonLIB.cp310-win_amd64.pyd +0 -0
- {mysqldbctrlapi-1.2606.501 → mysqldbctrlapi-1.2606.502/src/mySQLDBCtrlAPI.egg-info}/PKG-INFO +7 -5
- mysqldbctrlapi-1.2606.501/src/mySQLDBCtrlAPI/mySQLDBCtrlJSON.cp310-win_amd64.pyd +0 -0
- {mysqldbctrlapi-1.2606.501 → mysqldbctrlapi-1.2606.502}/LICENSE +0 -0
- {mysqldbctrlapi-1.2606.501 → mysqldbctrlapi-1.2606.502}/MANIFEST.in +0 -0
- {mysqldbctrlapi-1.2606.501 → mysqldbctrlapi-1.2606.502}/setup.cfg +0 -0
- {mysqldbctrlapi-1.2606.501 → mysqldbctrlapi-1.2606.502}/src/mySQLDBCtrlAPI/__init__.py +0 -0
- {mysqldbctrlapi-1.2606.501 → mysqldbctrlapi-1.2606.502}/src/mySQLDBCtrlAPI/mySQLDBCtrl.pyi +0 -0
- {mysqldbctrlapi-1.2606.501 → mysqldbctrlapi-1.2606.502}/src/mySQLDBCtrlAPI/mySQLDBCtrlJSON.pyi +0 -0
- {mysqldbctrlapi-1.2606.501 → mysqldbctrlapi-1.2606.502}/src/mySQLDBCtrlAPI/mySQLNetSSH.pyi +0 -0
- {mysqldbctrlapi-1.2606.501 → mysqldbctrlapi-1.2606.502}/src/mySQLDBCtrlAPI/mySQLxJsonLIB.pyi +0 -0
- {mysqldbctrlapi-1.2606.501 → mysqldbctrlapi-1.2606.502}/src/mySQLDBCtrlAPI/out/mySQLDBCtrlAPI/mySQLDBCtrl.pyi +0 -0
- {mysqldbctrlapi-1.2606.501 → mysqldbctrlapi-1.2606.502}/src/mySQLDBCtrlAPI/out/mySQLDBCtrlAPI/mySQLDBCtrlJSON.pyi +0 -0
- {mysqldbctrlapi-1.2606.501 → mysqldbctrlapi-1.2606.502}/src/mySQLDBCtrlAPI/out/mySQLDBCtrlAPI/mySQLNetSSH.pyi +0 -0
- {mysqldbctrlapi-1.2606.501 → mysqldbctrlapi-1.2606.502}/src/mySQLDBCtrlAPI/out/mySQLDBCtrlAPI/mySQLxJsonLIB.pyi +0 -0
- {mysqldbctrlapi-1.2606.501 → mysqldbctrlapi-1.2606.502}/src/mySQLDBCtrlAPI.egg-info/SOURCES.txt +0 -0
- {mysqldbctrlapi-1.2606.501 → mysqldbctrlapi-1.2606.502}/src/mySQLDBCtrlAPI.egg-info/dependency_links.txt +0 -0
- {mysqldbctrlapi-1.2606.501 → mysqldbctrlapi-1.2606.502}/src/mySQLDBCtrlAPI.egg-info/requires.txt +0 -0
- {mysqldbctrlapi-1.2606.501 → mysqldbctrlapi-1.2606.502}/src/mySQLDBCtrlAPI.egg-info/top_level.txt +0 -0
{mysqldbctrlapi-1.2606.501/src/mySQLDBCtrlAPI.egg-info → mysqldbctrlapi-1.2606.502}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mySQLDBCtrlAPI
|
|
3
|
-
Version: 1.2606.
|
|
3
|
+
Version: 1.2606.502
|
|
4
4
|
Summary: mySQLDBCtrlAPI Python package (py-src)
|
|
5
5
|
Author-email: James Lin <tylin123@ms27.hinet.net>
|
|
6
6
|
License: Copyright (c) 2025 James Lin
|
|
@@ -37,13 +37,15 @@ Dynamic: license-file
|
|
|
37
37
|
#mySQLDBCtrlAPI
|
|
38
38
|
|
|
39
39
|
## History of version
|
|
40
|
-
Version 1.2606.
|
|
41
|
-
|
|
40
|
+
Version 1.2606.0502: 2026/06/05<BR>
|
|
41
|
+
Fixed bug: CLASS_mySQLDBCtrlJSON error convert to utf-8 string
|
|
42
42
|
|
|
43
43
|
|
|
44
|
-
Version 1.2606.
|
|
45
|
-
Add
|
|
44
|
+
Version 1.2606.0501: 2026/06/05<BR>
|
|
45
|
+
Add CUF_DB_Close() and CUF_DB_CloseConn() to release resource.
|
|
46
46
|
|
|
47
|
+
Version 1.2606.0401: 2026/06/04<BR>
|
|
48
|
+
Add new CLASS_mySQLDBCtrlJSON class for export JSON contents.
|
|
47
49
|
|
|
48
50
|
Version 1.2512.1201: 2025/12/12<BR>
|
|
49
51
|
Fixed encode 2 problem (UTF-8) CLASS_mySQLxJson.CUF_jsonContent_to_mysql()<BR>
|
|
@@ -1,13 +1,15 @@
|
|
|
1
1
|
#mySQLDBCtrlAPI
|
|
2
2
|
|
|
3
3
|
## History of version
|
|
4
|
-
Version 1.2606.
|
|
5
|
-
|
|
4
|
+
Version 1.2606.0502: 2026/06/05<BR>
|
|
5
|
+
Fixed bug: CLASS_mySQLDBCtrlJSON error convert to utf-8 string
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
Version 1.2606.
|
|
9
|
-
Add
|
|
8
|
+
Version 1.2606.0501: 2026/06/05<BR>
|
|
9
|
+
Add CUF_DB_Close() and CUF_DB_CloseConn() to release resource.
|
|
10
10
|
|
|
11
|
+
Version 1.2606.0401: 2026/06/04<BR>
|
|
12
|
+
Add new CLASS_mySQLDBCtrlJSON class for export JSON contents.
|
|
11
13
|
|
|
12
14
|
Version 1.2512.1201: 2025/12/12<BR>
|
|
13
15
|
Fixed encode 2 problem (UTF-8) CLASS_mySQLxJson.CUF_jsonContent_to_mysql()<BR>
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
{mysqldbctrlapi-1.2606.501 → mysqldbctrlapi-1.2606.502/src/mySQLDBCtrlAPI.egg-info}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mySQLDBCtrlAPI
|
|
3
|
-
Version: 1.2606.
|
|
3
|
+
Version: 1.2606.502
|
|
4
4
|
Summary: mySQLDBCtrlAPI Python package (py-src)
|
|
5
5
|
Author-email: James Lin <tylin123@ms27.hinet.net>
|
|
6
6
|
License: Copyright (c) 2025 James Lin
|
|
@@ -37,13 +37,15 @@ Dynamic: license-file
|
|
|
37
37
|
#mySQLDBCtrlAPI
|
|
38
38
|
|
|
39
39
|
## History of version
|
|
40
|
-
Version 1.2606.
|
|
41
|
-
|
|
40
|
+
Version 1.2606.0502: 2026/06/05<BR>
|
|
41
|
+
Fixed bug: CLASS_mySQLDBCtrlJSON error convert to utf-8 string
|
|
42
42
|
|
|
43
43
|
|
|
44
|
-
Version 1.2606.
|
|
45
|
-
Add
|
|
44
|
+
Version 1.2606.0501: 2026/06/05<BR>
|
|
45
|
+
Add CUF_DB_Close() and CUF_DB_CloseConn() to release resource.
|
|
46
46
|
|
|
47
|
+
Version 1.2606.0401: 2026/06/04<BR>
|
|
48
|
+
Add new CLASS_mySQLDBCtrlJSON class for export JSON contents.
|
|
47
49
|
|
|
48
50
|
Version 1.2512.1201: 2025/12/12<BR>
|
|
49
51
|
Fixed encode 2 problem (UTF-8) CLASS_mySQLxJson.CUF_jsonContent_to_mysql()<BR>
|
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mysqldbctrlapi-1.2606.501 → mysqldbctrlapi-1.2606.502}/src/mySQLDBCtrlAPI/mySQLDBCtrlJSON.pyi
RENAMED
|
File without changes
|
|
File without changes
|
{mysqldbctrlapi-1.2606.501 → mysqldbctrlapi-1.2606.502}/src/mySQLDBCtrlAPI/mySQLxJsonLIB.pyi
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mysqldbctrlapi-1.2606.501 → mysqldbctrlapi-1.2606.502}/src/mySQLDBCtrlAPI.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{mysqldbctrlapi-1.2606.501 → mysqldbctrlapi-1.2606.502}/src/mySQLDBCtrlAPI.egg-info/requires.txt
RENAMED
|
File without changes
|
{mysqldbctrlapi-1.2606.501 → mysqldbctrlapi-1.2606.502}/src/mySQLDBCtrlAPI.egg-info/top_level.txt
RENAMED
|
File without changes
|