mySQLDBCtrlAPI 1.2512.1102__tar.gz → 1.2512.1201__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.1102/src/mySQLDBCtrlAPI.egg-info → mysqldbctrlapi-1.2512.1201}/PKG-INFO +7 -2
  2. {mysqldbctrlapi-1.2512.1102 → mysqldbctrlapi-1.2512.1201}/README.md +6 -1
  3. {mysqldbctrlapi-1.2512.1102 → mysqldbctrlapi-1.2512.1201}/pyproject.toml +1 -1
  4. {mysqldbctrlapi-1.2512.1102 → mysqldbctrlapi-1.2512.1201}/src/mySQLDBCtrlAPI/mySQLDBCtrl.cp310-win_amd64.pyd +0 -0
  5. {mysqldbctrlapi-1.2512.1102 → mysqldbctrlapi-1.2512.1201}/src/mySQLDBCtrlAPI/mySQLNetSSH.cp310-win_amd64.pyd +0 -0
  6. mysqldbctrlapi-1.2512.1201/src/mySQLDBCtrlAPI/mySQLxJsonLIB.cp310-win_amd64.pyd +0 -0
  7. {mysqldbctrlapi-1.2512.1102 → mysqldbctrlapi-1.2512.1201}/src/mySQLDBCtrlAPI/mySQLxJsonLIB.pyi +2 -0
  8. {mysqldbctrlapi-1.2512.1102 → mysqldbctrlapi-1.2512.1201}/src/mySQLDBCtrlAPI/out/mySQLDBCtrlAPI/mySQLxJsonLIB.pyi +2 -0
  9. {mysqldbctrlapi-1.2512.1102 → mysqldbctrlapi-1.2512.1201/src/mySQLDBCtrlAPI.egg-info}/PKG-INFO +7 -2
  10. mysqldbctrlapi-1.2512.1102/src/mySQLDBCtrlAPI/mySQLxJsonLIB.cp310-win_amd64.pyd +0 -0
  11. {mysqldbctrlapi-1.2512.1102 → mysqldbctrlapi-1.2512.1201}/LICENSE +0 -0
  12. {mysqldbctrlapi-1.2512.1102 → mysqldbctrlapi-1.2512.1201}/MANIFEST.in +0 -0
  13. {mysqldbctrlapi-1.2512.1102 → mysqldbctrlapi-1.2512.1201}/setup.cfg +0 -0
  14. {mysqldbctrlapi-1.2512.1102 → mysqldbctrlapi-1.2512.1201}/src/mySQLDBCtrlAPI/__init__.py +0 -0
  15. {mysqldbctrlapi-1.2512.1102 → mysqldbctrlapi-1.2512.1201}/src/mySQLDBCtrlAPI/mySQLDBCtrl.pyi +0 -0
  16. {mysqldbctrlapi-1.2512.1102 → mysqldbctrlapi-1.2512.1201}/src/mySQLDBCtrlAPI/mySQLNetSSH.pyi +0 -0
  17. {mysqldbctrlapi-1.2512.1102 → mysqldbctrlapi-1.2512.1201}/src/mySQLDBCtrlAPI/out/mySQLDBCtrlAPI/mySQLDBCtrl.pyi +0 -0
  18. {mysqldbctrlapi-1.2512.1102 → mysqldbctrlapi-1.2512.1201}/src/mySQLDBCtrlAPI/out/mySQLDBCtrlAPI/mySQLNetSSH.pyi +0 -0
  19. {mysqldbctrlapi-1.2512.1102 → mysqldbctrlapi-1.2512.1201}/src/mySQLDBCtrlAPI.egg-info/SOURCES.txt +0 -0
  20. {mysqldbctrlapi-1.2512.1102 → mysqldbctrlapi-1.2512.1201}/src/mySQLDBCtrlAPI.egg-info/dependency_links.txt +0 -0
  21. {mysqldbctrlapi-1.2512.1102 → mysqldbctrlapi-1.2512.1201}/src/mySQLDBCtrlAPI.egg-info/requires.txt +0 -0
  22. {mysqldbctrlapi-1.2512.1102 → mysqldbctrlapi-1.2512.1201}/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.1102
3
+ Version: 1.2512.1201
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,10 +37,15 @@ Dynamic: license-file
37
37
  #mySQLDBCtrlAPI
38
38
 
39
39
  ## History of version
40
+ Version 1.2512.1201: 2025/12/12<BR>
41
+ Fixed encode 2 problem (UTF-8) CLASS_mySQLxJson.CUF_jsonContent_to_mysql()<BR>
42
+
43
+ Version 1.2512.1103: 2025/12/11<BR>
44
+ Fixed encode problem (UTF-8) CLASS_mySQLxJson.CUF_jsonContent_to_mysql()<BR>
45
+
40
46
  Version 1.2512.1102: 2025/12/11<BR>
41
47
  Improve CLASS_mySQLxJson function:CUF_jsonContent_to_mysql(...)<BR>
42
48
 
43
-
44
49
  Version 1.2512.1101: 2025/12/11<BR>
45
50
  1) Add enumerate property in CLASS_mySQLDBCtrl<BR>
46
51
  2) Add Table tools for create / drop / find / list.<BR>
@@ -1,10 +1,15 @@
1
1
  #mySQLDBCtrlAPI
2
2
 
3
3
  ## History of version
4
+ Version 1.2512.1201: 2025/12/12<BR>
5
+ Fixed encode 2 problem (UTF-8) CLASS_mySQLxJson.CUF_jsonContent_to_mysql()<BR>
6
+
7
+ Version 1.2512.1103: 2025/12/11<BR>
8
+ Fixed encode problem (UTF-8) CLASS_mySQLxJson.CUF_jsonContent_to_mysql()<BR>
9
+
4
10
  Version 1.2512.1102: 2025/12/11<BR>
5
11
  Improve CLASS_mySQLxJson function:CUF_jsonContent_to_mysql(...)<BR>
6
12
 
7
-
8
13
  Version 1.2512.1101: 2025/12/11<BR>
9
14
  1) Add enumerate property in CLASS_mySQLDBCtrl<BR>
10
15
  2) Add Table tools for create / drop / find / list.<BR>
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "mySQLDBCtrlAPI"
7
- version = "1.2512.1102"
7
+ version = "1.2512.1201"
8
8
  requires-python = ">=3.10"
9
9
  description = "mySQLDBCtrlAPI Python package"
10
10
  authors = [
@@ -8,6 +8,8 @@ class CLASS_mySQLxJson:
8
8
  def __init__(self, Pobj_ZConn: Connection, charset: str = 'utf8mb4') -> None: ...
9
9
  def CUF_str_big5(self, Pobj_DataSet): ...
10
10
  def CUF_str_utf8(self, Pobj_DataSet): ...
11
+ def CUF_is_utf8(self, text: str) -> bool: ...
12
+ def CUF_try_fix_encoding(self, text: str) -> str: ...
11
13
  def gen_table_name(self, base: str) -> str: ...
12
14
  def infer_mysql_type(self, value: Any) -> str: ...
13
15
  def create_table(self, table_name: str, sample_row: dict[str, Any]): ...
@@ -8,6 +8,8 @@ class CLASS_mySQLxJson:
8
8
  def __init__(self, Pobj_ZConn: Connection, charset: str = 'utf8mb4') -> None: ...
9
9
  def CUF_str_big5(self, Pobj_DataSet): ...
10
10
  def CUF_str_utf8(self, Pobj_DataSet): ...
11
+ def CUF_is_utf8(self, text: str) -> bool: ...
12
+ def CUF_try_fix_encoding(self, text: str) -> str: ...
11
13
  def gen_table_name(self, base: str) -> str: ...
12
14
  def infer_mysql_type(self, value: Any) -> str: ...
13
15
  def create_table(self, table_name: str, sample_row: dict[str, Any]): ...
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mySQLDBCtrlAPI
3
- Version: 1.2512.1102
3
+ Version: 1.2512.1201
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,10 +37,15 @@ Dynamic: license-file
37
37
  #mySQLDBCtrlAPI
38
38
 
39
39
  ## History of version
40
+ Version 1.2512.1201: 2025/12/12<BR>
41
+ Fixed encode 2 problem (UTF-8) CLASS_mySQLxJson.CUF_jsonContent_to_mysql()<BR>
42
+
43
+ Version 1.2512.1103: 2025/12/11<BR>
44
+ Fixed encode problem (UTF-8) CLASS_mySQLxJson.CUF_jsonContent_to_mysql()<BR>
45
+
40
46
  Version 1.2512.1102: 2025/12/11<BR>
41
47
  Improve CLASS_mySQLxJson function:CUF_jsonContent_to_mysql(...)<BR>
42
48
 
43
-
44
49
  Version 1.2512.1101: 2025/12/11<BR>
45
50
  1) Add enumerate property in CLASS_mySQLDBCtrl<BR>
46
51
  2) Add Table tools for create / drop / find / list.<BR>