mySQLDBCtrlAPI 1.2512.1102__tar.gz → 1.2512.1103__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.2512.1102/src/mySQLDBCtrlAPI.egg-info → mysqldbctrlapi-1.2512.1103}/PKG-INFO +5 -2
- {mysqldbctrlapi-1.2512.1102 → mysqldbctrlapi-1.2512.1103}/README.md +4 -1
- {mysqldbctrlapi-1.2512.1102 → mysqldbctrlapi-1.2512.1103}/pyproject.toml +1 -1
- {mysqldbctrlapi-1.2512.1102 → mysqldbctrlapi-1.2512.1103}/src/mySQLDBCtrlAPI/mySQLDBCtrl.cp310-win_amd64.pyd +0 -0
- {mysqldbctrlapi-1.2512.1102 → mysqldbctrlapi-1.2512.1103}/src/mySQLDBCtrlAPI/mySQLNetSSH.cp310-win_amd64.pyd +0 -0
- mysqldbctrlapi-1.2512.1103/src/mySQLDBCtrlAPI/mySQLxJsonLIB.cp310-win_amd64.pyd +0 -0
- {mysqldbctrlapi-1.2512.1102 → mysqldbctrlapi-1.2512.1103}/src/mySQLDBCtrlAPI/mySQLxJsonLIB.pyi +2 -0
- {mysqldbctrlapi-1.2512.1102 → mysqldbctrlapi-1.2512.1103}/src/mySQLDBCtrlAPI/out/mySQLDBCtrlAPI/mySQLxJsonLIB.pyi +2 -0
- {mysqldbctrlapi-1.2512.1102 → mysqldbctrlapi-1.2512.1103/src/mySQLDBCtrlAPI.egg-info}/PKG-INFO +5 -2
- mysqldbctrlapi-1.2512.1102/src/mySQLDBCtrlAPI/mySQLxJsonLIB.cp310-win_amd64.pyd +0 -0
- {mysqldbctrlapi-1.2512.1102 → mysqldbctrlapi-1.2512.1103}/LICENSE +0 -0
- {mysqldbctrlapi-1.2512.1102 → mysqldbctrlapi-1.2512.1103}/MANIFEST.in +0 -0
- {mysqldbctrlapi-1.2512.1102 → mysqldbctrlapi-1.2512.1103}/setup.cfg +0 -0
- {mysqldbctrlapi-1.2512.1102 → mysqldbctrlapi-1.2512.1103}/src/mySQLDBCtrlAPI/__init__.py +0 -0
- {mysqldbctrlapi-1.2512.1102 → mysqldbctrlapi-1.2512.1103}/src/mySQLDBCtrlAPI/mySQLDBCtrl.pyi +0 -0
- {mysqldbctrlapi-1.2512.1102 → mysqldbctrlapi-1.2512.1103}/src/mySQLDBCtrlAPI/mySQLNetSSH.pyi +0 -0
- {mysqldbctrlapi-1.2512.1102 → mysqldbctrlapi-1.2512.1103}/src/mySQLDBCtrlAPI/out/mySQLDBCtrlAPI/mySQLDBCtrl.pyi +0 -0
- {mysqldbctrlapi-1.2512.1102 → mysqldbctrlapi-1.2512.1103}/src/mySQLDBCtrlAPI/out/mySQLDBCtrlAPI/mySQLNetSSH.pyi +0 -0
- {mysqldbctrlapi-1.2512.1102 → mysqldbctrlapi-1.2512.1103}/src/mySQLDBCtrlAPI.egg-info/SOURCES.txt +0 -0
- {mysqldbctrlapi-1.2512.1102 → mysqldbctrlapi-1.2512.1103}/src/mySQLDBCtrlAPI.egg-info/dependency_links.txt +0 -0
- {mysqldbctrlapi-1.2512.1102 → mysqldbctrlapi-1.2512.1103}/src/mySQLDBCtrlAPI.egg-info/requires.txt +0 -0
- {mysqldbctrlapi-1.2512.1102 → mysqldbctrlapi-1.2512.1103}/src/mySQLDBCtrlAPI.egg-info/top_level.txt +0 -0
{mysqldbctrlapi-1.2512.1102/src/mySQLDBCtrlAPI.egg-info → mysqldbctrlapi-1.2512.1103}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mySQLDBCtrlAPI
|
|
3
|
-
Version: 1.2512.
|
|
3
|
+
Version: 1.2512.1103
|
|
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,13 @@ Dynamic: license-file
|
|
|
37
37
|
#mySQLDBCtrlAPI
|
|
38
38
|
|
|
39
39
|
## History of version
|
|
40
|
+
Version 1.2512.1103: 2025/12/11<BR>
|
|
41
|
+
Fixed encode problem (UTF-8) CLASS_mySQLxJson.CUF_jsonContent_to_mysql()<BR>
|
|
42
|
+
|
|
43
|
+
|
|
40
44
|
Version 1.2512.1102: 2025/12/11<BR>
|
|
41
45
|
Improve CLASS_mySQLxJson function:CUF_jsonContent_to_mysql(...)<BR>
|
|
42
46
|
|
|
43
|
-
|
|
44
47
|
Version 1.2512.1101: 2025/12/11<BR>
|
|
45
48
|
1) Add enumerate property in CLASS_mySQLDBCtrl<BR>
|
|
46
49
|
2) Add Table tools for create / drop / find / list.<BR>
|
|
@@ -1,10 +1,13 @@
|
|
|
1
1
|
#mySQLDBCtrlAPI
|
|
2
2
|
|
|
3
3
|
## History of version
|
|
4
|
+
Version 1.2512.1103: 2025/12/11<BR>
|
|
5
|
+
Fixed encode problem (UTF-8) CLASS_mySQLxJson.CUF_jsonContent_to_mysql()<BR>
|
|
6
|
+
|
|
7
|
+
|
|
4
8
|
Version 1.2512.1102: 2025/12/11<BR>
|
|
5
9
|
Improve CLASS_mySQLxJson function:CUF_jsonContent_to_mysql(...)<BR>
|
|
6
10
|
|
|
7
|
-
|
|
8
11
|
Version 1.2512.1101: 2025/12/11<BR>
|
|
9
12
|
1) Add enumerate property in CLASS_mySQLDBCtrl<BR>
|
|
10
13
|
2) Add Table tools for create / drop / find / list.<BR>
|
|
Binary file
|
|
Binary file
|
{mysqldbctrlapi-1.2512.1102 → mysqldbctrlapi-1.2512.1103}/src/mySQLDBCtrlAPI/mySQLxJsonLIB.pyi
RENAMED
|
@@ -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]): ...
|
{mysqldbctrlapi-1.2512.1102 → mysqldbctrlapi-1.2512.1103/src/mySQLDBCtrlAPI.egg-info}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mySQLDBCtrlAPI
|
|
3
|
-
Version: 1.2512.
|
|
3
|
+
Version: 1.2512.1103
|
|
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,13 @@ Dynamic: license-file
|
|
|
37
37
|
#mySQLDBCtrlAPI
|
|
38
38
|
|
|
39
39
|
## History of version
|
|
40
|
+
Version 1.2512.1103: 2025/12/11<BR>
|
|
41
|
+
Fixed encode problem (UTF-8) CLASS_mySQLxJson.CUF_jsonContent_to_mysql()<BR>
|
|
42
|
+
|
|
43
|
+
|
|
40
44
|
Version 1.2512.1102: 2025/12/11<BR>
|
|
41
45
|
Improve CLASS_mySQLxJson function:CUF_jsonContent_to_mysql(...)<BR>
|
|
42
46
|
|
|
43
|
-
|
|
44
47
|
Version 1.2512.1101: 2025/12/11<BR>
|
|
45
48
|
1) Add enumerate property in CLASS_mySQLDBCtrl<BR>
|
|
46
49
|
2) Add Table tools for create / drop / find / list.<BR>
|
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mysqldbctrlapi-1.2512.1102 → mysqldbctrlapi-1.2512.1103}/src/mySQLDBCtrlAPI/mySQLDBCtrl.pyi
RENAMED
|
File without changes
|
{mysqldbctrlapi-1.2512.1102 → mysqldbctrlapi-1.2512.1103}/src/mySQLDBCtrlAPI/mySQLNetSSH.pyi
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mysqldbctrlapi-1.2512.1102 → mysqldbctrlapi-1.2512.1103}/src/mySQLDBCtrlAPI.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{mysqldbctrlapi-1.2512.1102 → mysqldbctrlapi-1.2512.1103}/src/mySQLDBCtrlAPI.egg-info/requires.txt
RENAMED
|
File without changes
|
{mysqldbctrlapi-1.2512.1102 → mysqldbctrlapi-1.2512.1103}/src/mySQLDBCtrlAPI.egg-info/top_level.txt
RENAMED
|
File without changes
|