mySQLDBCtrlAPI 1.2512.1101__tar.gz → 1.2512.1102__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 (22) hide show
  1. {mysqldbctrlapi-1.2512.1101/src/mySQLDBCtrlAPI.egg-info → mysqldbctrlapi-1.2512.1102}/PKG-INFO +5 -2
  2. {mysqldbctrlapi-1.2512.1101 → mysqldbctrlapi-1.2512.1102}/README.md +4 -1
  3. {mysqldbctrlapi-1.2512.1101 → mysqldbctrlapi-1.2512.1102}/pyproject.toml +1 -1
  4. {mysqldbctrlapi-1.2512.1101 → mysqldbctrlapi-1.2512.1102}/src/mySQLDBCtrlAPI/mySQLDBCtrl.cp310-win_amd64.pyd +0 -0
  5. {mysqldbctrlapi-1.2512.1101 → mysqldbctrlapi-1.2512.1102}/src/mySQLDBCtrlAPI/mySQLNetSSH.cp310-win_amd64.pyd +0 -0
  6. mysqldbctrlapi-1.2512.1102/src/mySQLDBCtrlAPI/mySQLxJsonLIB.cp310-win_amd64.pyd +0 -0
  7. {mysqldbctrlapi-1.2512.1101 → mysqldbctrlapi-1.2512.1102}/src/mySQLDBCtrlAPI/mySQLxJsonLIB.pyi +1 -0
  8. {mysqldbctrlapi-1.2512.1101 → mysqldbctrlapi-1.2512.1102}/src/mySQLDBCtrlAPI/out/mySQLDBCtrlAPI/mySQLxJsonLIB.pyi +1 -0
  9. {mysqldbctrlapi-1.2512.1101 → mysqldbctrlapi-1.2512.1102/src/mySQLDBCtrlAPI.egg-info}/PKG-INFO +5 -2
  10. mysqldbctrlapi-1.2512.1101/src/mySQLDBCtrlAPI/mySQLxJsonLIB.cp310-win_amd64.pyd +0 -0
  11. {mysqldbctrlapi-1.2512.1101 → mysqldbctrlapi-1.2512.1102}/LICENSE +0 -0
  12. {mysqldbctrlapi-1.2512.1101 → mysqldbctrlapi-1.2512.1102}/MANIFEST.in +0 -0
  13. {mysqldbctrlapi-1.2512.1101 → mysqldbctrlapi-1.2512.1102}/setup.cfg +0 -0
  14. {mysqldbctrlapi-1.2512.1101 → mysqldbctrlapi-1.2512.1102}/src/mySQLDBCtrlAPI/__init__.py +0 -0
  15. {mysqldbctrlapi-1.2512.1101 → mysqldbctrlapi-1.2512.1102}/src/mySQLDBCtrlAPI/mySQLDBCtrl.pyi +0 -0
  16. {mysqldbctrlapi-1.2512.1101 → mysqldbctrlapi-1.2512.1102}/src/mySQLDBCtrlAPI/mySQLNetSSH.pyi +0 -0
  17. {mysqldbctrlapi-1.2512.1101 → mysqldbctrlapi-1.2512.1102}/src/mySQLDBCtrlAPI/out/mySQLDBCtrlAPI/mySQLDBCtrl.pyi +0 -0
  18. {mysqldbctrlapi-1.2512.1101 → mysqldbctrlapi-1.2512.1102}/src/mySQLDBCtrlAPI/out/mySQLDBCtrlAPI/mySQLNetSSH.pyi +0 -0
  19. {mysqldbctrlapi-1.2512.1101 → mysqldbctrlapi-1.2512.1102}/src/mySQLDBCtrlAPI.egg-info/SOURCES.txt +0 -0
  20. {mysqldbctrlapi-1.2512.1101 → mysqldbctrlapi-1.2512.1102}/src/mySQLDBCtrlAPI.egg-info/dependency_links.txt +0 -0
  21. {mysqldbctrlapi-1.2512.1101 → mysqldbctrlapi-1.2512.1102}/src/mySQLDBCtrlAPI.egg-info/requires.txt +0 -0
  22. {mysqldbctrlapi-1.2512.1101 → mysqldbctrlapi-1.2512.1102}/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.2512.1101
3
+ Version: 1.2512.1102
4
4
  Summary: mySQLDBCtrlAPI Python package
5
5
  Author-email: James Lin <tylin123@ms27.hinet.net>
6
6
  License: Copyright (c) 2025 James Lin
@@ -37,6 +37,10 @@ Dynamic: license-file
37
37
  #mySQLDBCtrlAPI
38
38
 
39
39
  ## History of version
40
+ Version 1.2512.1102: 2025/12/11<BR>
41
+ Improve CLASS_mySQLxJson function:CUF_jsonContent_to_mysql(...)<BR>
42
+
43
+
40
44
  Version 1.2512.1101: 2025/12/11<BR>
41
45
  1) Add enumerate property in CLASS_mySQLDBCtrl<BR>
42
46
  2) Add Table tools for create / drop / find / list.<BR>
@@ -44,7 +48,6 @@ Version 1.2512.1101: 2025/12/11<BR>
44
48
  4) Fixed bugs in ssh algorithm.<BR>
45
49
  5) Tunning performance for query procedure.<BR>
46
50
 
47
-
48
51
  Version 1.2512.0403: 2025/12/04<BR>
49
52
  Fixed ssh tunnel service thread fault.
50
53
 
@@ -1,6 +1,10 @@
1
1
  #mySQLDBCtrlAPI
2
2
 
3
3
  ## History of version
4
+ Version 1.2512.1102: 2025/12/11<BR>
5
+ Improve CLASS_mySQLxJson function:CUF_jsonContent_to_mysql(...)<BR>
6
+
7
+
4
8
  Version 1.2512.1101: 2025/12/11<BR>
5
9
  1) Add enumerate property in CLASS_mySQLDBCtrl<BR>
6
10
  2) Add Table tools for create / drop / find / list.<BR>
@@ -8,7 +12,6 @@ Version 1.2512.1101: 2025/12/11<BR>
8
12
  4) Fixed bugs in ssh algorithm.<BR>
9
13
  5) Tunning performance for query procedure.<BR>
10
14
 
11
-
12
15
  Version 1.2512.0403: 2025/12/04<BR>
13
16
  Fixed ssh tunnel service thread fault.
14
17
 
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "mySQLDBCtrlAPI"
7
- version = "1.2512.1101"
7
+ version = "1.2512.1102"
8
8
  requires-python = ">=3.10"
9
9
  description = "mySQLDBCtrlAPI Python package"
10
10
  authors = [
@@ -14,6 +14,7 @@ class CLASS_mySQLxJson:
14
14
  def insert_rows(self, table: str, rows: list[dict[str, Any]]): ...
15
15
  def process_value(self, parent_table: str, key: str, value: Any) -> Any: ...
16
16
  def CUF_json_to_mysql(self, table_name: str, json_data: dict | list): ...
17
+ def CUF_jsonContent_to_mysql(self, Pms_TableName: str, Pms_Json_Content: str): ...
17
18
  def load_table_rows(self, table_name: str) -> list[dict[str, Any]]: ...
18
19
  def restore_value(self, value: Any) -> Any: ...
19
20
  def restore_row(self, row: dict[str, Any]) -> dict[str, Any]: ...
@@ -14,6 +14,7 @@ class CLASS_mySQLxJson:
14
14
  def insert_rows(self, table: str, rows: list[dict[str, Any]]): ...
15
15
  def process_value(self, parent_table: str, key: str, value: Any) -> Any: ...
16
16
  def CUF_json_to_mysql(self, table_name: str, json_data: dict | list): ...
17
+ def CUF_jsonContent_to_mysql(self, Pms_TableName: str, Pms_Json_Content: str): ...
17
18
  def load_table_rows(self, table_name: str) -> list[dict[str, Any]]: ...
18
19
  def restore_value(self, value: Any) -> Any: ...
19
20
  def restore_row(self, row: dict[str, Any]) -> dict[str, Any]: ...
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mySQLDBCtrlAPI
3
- Version: 1.2512.1101
3
+ Version: 1.2512.1102
4
4
  Summary: mySQLDBCtrlAPI Python package
5
5
  Author-email: James Lin <tylin123@ms27.hinet.net>
6
6
  License: Copyright (c) 2025 James Lin
@@ -37,6 +37,10 @@ Dynamic: license-file
37
37
  #mySQLDBCtrlAPI
38
38
 
39
39
  ## History of version
40
+ Version 1.2512.1102: 2025/12/11<BR>
41
+ Improve CLASS_mySQLxJson function:CUF_jsonContent_to_mysql(...)<BR>
42
+
43
+
40
44
  Version 1.2512.1101: 2025/12/11<BR>
41
45
  1) Add enumerate property in CLASS_mySQLDBCtrl<BR>
42
46
  2) Add Table tools for create / drop / find / list.<BR>
@@ -44,7 +48,6 @@ Version 1.2512.1101: 2025/12/11<BR>
44
48
  4) Fixed bugs in ssh algorithm.<BR>
45
49
  5) Tunning performance for query procedure.<BR>
46
50
 
47
-
48
51
  Version 1.2512.0403: 2025/12/04<BR>
49
52
  Fixed ssh tunnel service thread fault.
50
53