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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mySQLDBCtrlAPI
3
- Version: 1.2511.27
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
 
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "mySQLDBCtrlAPI"
7
- version = "1.2511.27"
7
+ version = "1.2511.281"
8
8
  requires-python = ">=3.10"
9
9
  description = "mySQLDBCtrlAPI Python package"
10
10
  authors = [
@@ -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, Pobj_Query: Any, Pms_BlobFieldName: Any, Pms_FileName: Any) -> Any: ...
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, Pobj_Query, Pms_BlobFieldName, Pms_FileName) -> None: ...
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.27
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