mySQLDBCtrlAPI 1.2606.401__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.
Files changed (26) hide show
  1. {mysqldbctrlapi-1.2606.401/src/mySQLDBCtrlAPI.egg-info → mysqldbctrlapi-1.2606.502}/PKG-INFO +9 -3
  2. {mysqldbctrlapi-1.2606.401 → mysqldbctrlapi-1.2606.502}/README.md +8 -2
  3. {mysqldbctrlapi-1.2606.401 → mysqldbctrlapi-1.2606.502}/pyproject.toml +1 -1
  4. mysqldbctrlapi-1.2606.502/src/mySQLDBCtrlAPI/mySQLDBCtrl.cp310-win_amd64.pyd +0 -0
  5. {mysqldbctrlapi-1.2606.401 → mysqldbctrlapi-1.2606.502}/src/mySQLDBCtrlAPI/mySQLDBCtrl.pyi +2 -1
  6. mysqldbctrlapi-1.2606.502/src/mySQLDBCtrlAPI/mySQLDBCtrlJSON.cp310-win_amd64.pyd +0 -0
  7. {mysqldbctrlapi-1.2606.401 → mysqldbctrlapi-1.2606.502}/src/mySQLDBCtrlAPI/mySQLNetSSH.cp310-win_amd64.pyd +0 -0
  8. {mysqldbctrlapi-1.2606.401 → mysqldbctrlapi-1.2606.502}/src/mySQLDBCtrlAPI/mySQLxJsonLIB.cp310-win_amd64.pyd +0 -0
  9. {mysqldbctrlapi-1.2606.401 → mysqldbctrlapi-1.2606.502}/src/mySQLDBCtrlAPI/out/mySQLDBCtrlAPI/mySQLDBCtrl.pyi +2 -1
  10. {mysqldbctrlapi-1.2606.401 → mysqldbctrlapi-1.2606.502/src/mySQLDBCtrlAPI.egg-info}/PKG-INFO +9 -3
  11. mysqldbctrlapi-1.2606.401/src/mySQLDBCtrlAPI/mySQLDBCtrl.cp310-win_amd64.pyd +0 -0
  12. mysqldbctrlapi-1.2606.401/src/mySQLDBCtrlAPI/mySQLDBCtrlJSON.cp310-win_amd64.pyd +0 -0
  13. {mysqldbctrlapi-1.2606.401 → mysqldbctrlapi-1.2606.502}/LICENSE +0 -0
  14. {mysqldbctrlapi-1.2606.401 → mysqldbctrlapi-1.2606.502}/MANIFEST.in +0 -0
  15. {mysqldbctrlapi-1.2606.401 → mysqldbctrlapi-1.2606.502}/setup.cfg +0 -0
  16. {mysqldbctrlapi-1.2606.401 → mysqldbctrlapi-1.2606.502}/src/mySQLDBCtrlAPI/__init__.py +0 -0
  17. {mysqldbctrlapi-1.2606.401 → mysqldbctrlapi-1.2606.502}/src/mySQLDBCtrlAPI/mySQLDBCtrlJSON.pyi +0 -0
  18. {mysqldbctrlapi-1.2606.401 → mysqldbctrlapi-1.2606.502}/src/mySQLDBCtrlAPI/mySQLNetSSH.pyi +0 -0
  19. {mysqldbctrlapi-1.2606.401 → mysqldbctrlapi-1.2606.502}/src/mySQLDBCtrlAPI/mySQLxJsonLIB.pyi +0 -0
  20. {mysqldbctrlapi-1.2606.401 → mysqldbctrlapi-1.2606.502}/src/mySQLDBCtrlAPI/out/mySQLDBCtrlAPI/mySQLDBCtrlJSON.pyi +0 -0
  21. {mysqldbctrlapi-1.2606.401 → mysqldbctrlapi-1.2606.502}/src/mySQLDBCtrlAPI/out/mySQLDBCtrlAPI/mySQLNetSSH.pyi +0 -0
  22. {mysqldbctrlapi-1.2606.401 → mysqldbctrlapi-1.2606.502}/src/mySQLDBCtrlAPI/out/mySQLDBCtrlAPI/mySQLxJsonLIB.pyi +0 -0
  23. {mysqldbctrlapi-1.2606.401 → mysqldbctrlapi-1.2606.502}/src/mySQLDBCtrlAPI.egg-info/SOURCES.txt +0 -0
  24. {mysqldbctrlapi-1.2606.401 → mysqldbctrlapi-1.2606.502}/src/mySQLDBCtrlAPI.egg-info/dependency_links.txt +0 -0
  25. {mysqldbctrlapi-1.2606.401 → mysqldbctrlapi-1.2606.502}/src/mySQLDBCtrlAPI.egg-info/requires.txt +0 -0
  26. {mysqldbctrlapi-1.2606.401 → mysqldbctrlapi-1.2606.502}/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.2606.401
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,9 +37,15 @@ Dynamic: license-file
37
37
  #mySQLDBCtrlAPI
38
38
 
39
39
  ## History of version
40
- Version 1.2606.04.01: 2026/06/04<BR>
41
- Add new CLASS_mySQLDBCtrlJSON class for export JSON contents.
40
+ Version 1.2606.0502: 2026/06/05<BR>
41
+ Fixed bug: CLASS_mySQLDBCtrlJSON error convert to utf-8 string
42
+
42
43
 
44
+ Version 1.2606.0501: 2026/06/05<BR>
45
+ Add CUF_DB_Close() and CUF_DB_CloseConn() to release resource.
46
+
47
+ Version 1.2606.0401: 2026/06/04<BR>
48
+ Add new CLASS_mySQLDBCtrlJSON class for export JSON contents.
43
49
 
44
50
  Version 1.2512.1201: 2025/12/12<BR>
45
51
  Fixed encode 2 problem (UTF-8) CLASS_mySQLxJson.CUF_jsonContent_to_mysql()<BR>
@@ -1,9 +1,15 @@
1
1
  #mySQLDBCtrlAPI
2
2
 
3
3
  ## History of version
4
- Version 1.2606.04.01: 2026/06/04<BR>
5
- Add new CLASS_mySQLDBCtrlJSON class for export JSON contents.
4
+ Version 1.2606.0502: 2026/06/05<BR>
5
+ Fixed bug: CLASS_mySQLDBCtrlJSON error convert to utf-8 string
6
+
6
7
 
8
+ Version 1.2606.0501: 2026/06/05<BR>
9
+ Add CUF_DB_Close() and CUF_DB_CloseConn() to release resource.
10
+
11
+ Version 1.2606.0401: 2026/06/04<BR>
12
+ Add new CLASS_mySQLDBCtrlJSON class for export JSON contents.
7
13
 
8
14
  Version 1.2512.1201: 2025/12/12<BR>
9
15
  Fixed encode 2 problem (UTF-8) CLASS_mySQLxJson.CUF_jsonContent_to_mysql()<BR>
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "mySQLDBCtrlAPI"
7
- version = "1.2606.0401"
7
+ version = "1.2606.0502"
8
8
  requires-python = ">=3.10"
9
9
  description = "mySQLDBCtrlAPI Python package (py-src)"
10
10
  authors = [
@@ -1,7 +1,6 @@
1
1
  from _typeshed import Incomplete
2
2
  from dataclasses import dataclass
3
3
  from enum import IntEnum
4
- from mySQLDBCtrlAPI.mySQLNetSSH import CLASS_mySQLNetSSH as CLASS_mySQLNetSSH
5
4
  from typing import Any
6
5
 
7
6
  class ENUM_DB_CHARSET(IntEnum):
@@ -81,8 +80,10 @@ class CLASS_mySQLDBCtrl:
81
80
  def CUF_OpenConnection_DBCS(self, Pms_DB_HostIP, Pmi_DB_Port, Pms_DB_Name, Pms_User, Pms_Password, PmE_DB_CHARSET): ...
82
81
  def CUF_OpenConnection(self, Pms_DB_HostIP, Pmi_DB_Port, Pms_DB_Name, Pms_User, Pms_Password): ...
83
82
  def CUF_DB_OpenConn(self, Pstru_mySQLDBInfo: STRU_mySQLDBInfo): ...
83
+ def CUF_DB_CloseConn(self, Pobj_Connection=None) -> None: ...
84
84
  def CUF_DB_OpenSQL(self, Pobj_Connection, Pms_SQL): ...
85
85
  def CUF_DB_OpenSQL_utf8(self, Pobj_Connection, Pms_SQL): ...
86
+ def CUF_DB_CloseSQL(self, Pobj_Query) -> None: ...
86
87
  def CUF_DB_FETCH(self, Pobj_Query): ...
87
88
  def CUF_DB_Next(self, Pobj_Query): ...
88
89
  def CUF_Next(self, Pobj_Query): ...
@@ -1,7 +1,6 @@
1
1
  from _typeshed import Incomplete
2
2
  from dataclasses import dataclass
3
3
  from enum import IntEnum
4
- from mySQLDBCtrlAPI.mySQLNetSSH import CLASS_mySQLNetSSH as CLASS_mySQLNetSSH
5
4
  from typing import Any
6
5
 
7
6
  class ENUM_DB_CHARSET(IntEnum):
@@ -81,8 +80,10 @@ class CLASS_mySQLDBCtrl:
81
80
  def CUF_OpenConnection_DBCS(self, Pms_DB_HostIP, Pmi_DB_Port, Pms_DB_Name, Pms_User, Pms_Password, PmE_DB_CHARSET): ...
82
81
  def CUF_OpenConnection(self, Pms_DB_HostIP, Pmi_DB_Port, Pms_DB_Name, Pms_User, Pms_Password): ...
83
82
  def CUF_DB_OpenConn(self, Pstru_mySQLDBInfo: STRU_mySQLDBInfo): ...
83
+ def CUF_DB_CloseConn(self, Pobj_Connection=None) -> None: ...
84
84
  def CUF_DB_OpenSQL(self, Pobj_Connection, Pms_SQL): ...
85
85
  def CUF_DB_OpenSQL_utf8(self, Pobj_Connection, Pms_SQL): ...
86
+ def CUF_DB_CloseSQL(self, Pobj_Query) -> None: ...
86
87
  def CUF_DB_FETCH(self, Pobj_Query): ...
87
88
  def CUF_DB_Next(self, Pobj_Query): ...
88
89
  def CUF_Next(self, Pobj_Query): ...
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mySQLDBCtrlAPI
3
- Version: 1.2606.401
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,9 +37,15 @@ Dynamic: license-file
37
37
  #mySQLDBCtrlAPI
38
38
 
39
39
  ## History of version
40
- Version 1.2606.04.01: 2026/06/04<BR>
41
- Add new CLASS_mySQLDBCtrlJSON class for export JSON contents.
40
+ Version 1.2606.0502: 2026/06/05<BR>
41
+ Fixed bug: CLASS_mySQLDBCtrlJSON error convert to utf-8 string
42
+
42
43
 
44
+ Version 1.2606.0501: 2026/06/05<BR>
45
+ Add CUF_DB_Close() and CUF_DB_CloseConn() to release resource.
46
+
47
+ Version 1.2606.0401: 2026/06/04<BR>
48
+ Add new CLASS_mySQLDBCtrlJSON class for export JSON contents.
43
49
 
44
50
  Version 1.2512.1201: 2025/12/12<BR>
45
51
  Fixed encode 2 problem (UTF-8) CLASS_mySQLxJson.CUF_jsonContent_to_mysql()<BR>