mySQLDBCtrlAPI 1.2511.27__tar.gz → 1.2511.281__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.2511.27/src/mySQLDBCtrlAPI.egg-info → mysqldbctrlapi-1.2511.281}/PKG-INFO +4 -2
- {mysqldbctrlapi-1.2511.27 → mysqldbctrlapi-1.2511.281}/README.md +3 -1
- {mysqldbctrlapi-1.2511.27 → mysqldbctrlapi-1.2511.281}/pyproject.toml +1 -1
- mysqldbctrlapi-1.2511.281/src/mySQLDBCtrlAPI/mySQLDBCtrl.cp310-win_amd64.pyd +0 -0
- {mysqldbctrlapi-1.2511.27 → mysqldbctrlapi-1.2511.281}/src/mySQLDBCtrlAPI/mySQLDBCtrl.pyi +1 -1
- {mysqldbctrlapi-1.2511.27 → mysqldbctrlapi-1.2511.281}/src/mySQLDBCtrlAPI/out/mySQLDBCtrlAPI/mySQLDBCtrl.pyi +1 -1
- {mysqldbctrlapi-1.2511.27 → mysqldbctrlapi-1.2511.281/src/mySQLDBCtrlAPI.egg-info}/PKG-INFO +4 -2
- mysqldbctrlapi-1.2511.27/src/mySQLDBCtrlAPI/mySQLDBCtrl.cp310-win_amd64.pyd +0 -0
- {mysqldbctrlapi-1.2511.27 → mysqldbctrlapi-1.2511.281}/LICENSE +0 -0
- {mysqldbctrlapi-1.2511.27 → mysqldbctrlapi-1.2511.281}/MANIFEST.in +0 -0
- {mysqldbctrlapi-1.2511.27 → mysqldbctrlapi-1.2511.281}/setup.cfg +0 -0
- {mysqldbctrlapi-1.2511.27 → mysqldbctrlapi-1.2511.281}/src/mySQLDBCtrlAPI/__init__.py +0 -0
- {mysqldbctrlapi-1.2511.27 → mysqldbctrlapi-1.2511.281}/src/mySQLDBCtrlAPI.egg-info/SOURCES.txt +0 -0
- {mysqldbctrlapi-1.2511.27 → mysqldbctrlapi-1.2511.281}/src/mySQLDBCtrlAPI.egg-info/dependency_links.txt +0 -0
- {mysqldbctrlapi-1.2511.27 → mysqldbctrlapi-1.2511.281}/src/mySQLDBCtrlAPI.egg-info/requires.txt +0 -0
- {mysqldbctrlapi-1.2511.27 → mysqldbctrlapi-1.2511.281}/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.2511.
|
|
3
|
+
Version: 1.2511.281
|
|
4
4
|
Summary: mySQLDBCtrlAPI Python package
|
|
5
5
|
Author-email: James Lin <tylin123@ms27.hinet.net>
|
|
6
6
|
License: Copyright (c) 2025 James Lin
|
|
@@ -34,10 +34,12 @@ Dynamic: license-file
|
|
|
34
34
|
#mySQLDBCtrlAPI
|
|
35
35
|
|
|
36
36
|
## History of version
|
|
37
|
+
Version 1.2511.28: 2025/11/28<BR>
|
|
38
|
+
Fixed error CUF_GET_Blob(...) will disturbe cursor position.
|
|
39
|
+
|
|
37
40
|
Version 1.2511.27: 2025/11/27<BR>
|
|
38
41
|
Fixed error CUF_DB_Eof(...) and CUF_Eof(...) --> When DataSet was empty.
|
|
39
42
|
|
|
40
|
-
|
|
41
43
|
Version 1.2511.26: 2025/11/26<BR>
|
|
42
44
|
Fixed CUF_DB_OpenSQL(...) return failure when Null data.
|
|
43
45
|
|
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
#mySQLDBCtrlAPI
|
|
2
2
|
|
|
3
3
|
## History of version
|
|
4
|
+
Version 1.2511.28: 2025/11/28<BR>
|
|
5
|
+
Fixed error CUF_GET_Blob(...) will disturbe cursor position.
|
|
6
|
+
|
|
4
7
|
Version 1.2511.27: 2025/11/27<BR>
|
|
5
8
|
Fixed error CUF_DB_Eof(...) and CUF_Eof(...) --> When DataSet was empty.
|
|
6
9
|
|
|
7
|
-
|
|
8
10
|
Version 1.2511.26: 2025/11/26<BR>
|
|
9
11
|
Fixed CUF_DB_OpenSQL(...) return failure when Null data.
|
|
10
12
|
|
|
@@ -34,7 +34,7 @@ class CLASS_mySQLDBCtrl:
|
|
|
34
34
|
def CUF_utf8(self: Self, Pobj_DataSet: Any) -> Any: ...
|
|
35
35
|
def CUF_str_big5(self: Self, Pobj_DataSet: Any) -> Any: ...
|
|
36
36
|
def CUF_big5(self: Self, Pobj_DataSet: Any) -> Any: ...
|
|
37
|
-
def CUF_GetBlobField(self: Self,
|
|
37
|
+
def CUF_GetBlobField(self: Self, Pobj_DataSet: Any, Pms_BlobFieldName: Any, Pms_FileName: Any) -> Any: ...
|
|
38
38
|
def CUF_GET_Blob(self: Self, Pobj_Query: Any, Pms_BlobFieldName: Any, Pms_FileName: Any) -> Any: ...
|
|
39
39
|
def CUF_SetBlobField(self: Self, Pobj_Query: Any, Pms_TableName: Any, Pms_QUERY: Any, Pms_BlobFieldName: Any, Pms_FileName: Any) -> Any: ...
|
|
40
40
|
def CUF_SET_BLOB(self: Self, Pobj_Query: Any, Pms_TableName: Any, Pms_QUERY: Any, Pms_BlobFieldName: Any, Pms_FileName: Any) -> Any: ...
|
|
@@ -55,7 +55,7 @@ class CLASS_mySQLDBCtrl:
|
|
|
55
55
|
def CUF_utf8(self, Pobj_DataSet): ...
|
|
56
56
|
def CUF_str_big5(self, Pobj_DataSet): ...
|
|
57
57
|
def CUF_big5(self, Pobj_DataSet): ...
|
|
58
|
-
def CUF_GetBlobField(self,
|
|
58
|
+
def CUF_GetBlobField(self, Pobj_DataSet, Pms_BlobFieldName, Pms_FileName) -> None: ...
|
|
59
59
|
def CUF_GET_Blob(self, Pobj_Query, Pms_BlobFieldName, Pms_FileName) -> None: ...
|
|
60
60
|
def CUF_SetBlobField(self, Pobj_Query, Pms_TableName, Pms_QUERY, Pms_BlobFieldName, Pms_FileName) -> None: ...
|
|
61
61
|
def CUF_SET_BLOB(self, Pobj_Query, Pms_TableName, Pms_QUERY, Pms_BlobFieldName, Pms_FileName) -> None: ...
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mySQLDBCtrlAPI
|
|
3
|
-
Version: 1.2511.
|
|
3
|
+
Version: 1.2511.281
|
|
4
4
|
Summary: mySQLDBCtrlAPI Python package
|
|
5
5
|
Author-email: James Lin <tylin123@ms27.hinet.net>
|
|
6
6
|
License: Copyright (c) 2025 James Lin
|
|
@@ -34,10 +34,12 @@ Dynamic: license-file
|
|
|
34
34
|
#mySQLDBCtrlAPI
|
|
35
35
|
|
|
36
36
|
## History of version
|
|
37
|
+
Version 1.2511.28: 2025/11/28<BR>
|
|
38
|
+
Fixed error CUF_GET_Blob(...) will disturbe cursor position.
|
|
39
|
+
|
|
37
40
|
Version 1.2511.27: 2025/11/27<BR>
|
|
38
41
|
Fixed error CUF_DB_Eof(...) and CUF_Eof(...) --> When DataSet was empty.
|
|
39
42
|
|
|
40
|
-
|
|
41
43
|
Version 1.2511.26: 2025/11/26<BR>
|
|
42
44
|
Fixed CUF_DB_OpenSQL(...) return failure when Null data.
|
|
43
45
|
|
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mysqldbctrlapi-1.2511.27 → mysqldbctrlapi-1.2511.281}/src/mySQLDBCtrlAPI.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{mysqldbctrlapi-1.2511.27 → mysqldbctrlapi-1.2511.281}/src/mySQLDBCtrlAPI.egg-info/requires.txt
RENAMED
|
File without changes
|
{mysqldbctrlapi-1.2511.27 → mysqldbctrlapi-1.2511.281}/src/mySQLDBCtrlAPI.egg-info/top_level.txt
RENAMED
|
File without changes
|