mySQLDBCtrlAPI 0.1.0__tar.gz → 0.1.1__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.
Potentially problematic release.
This version of mySQLDBCtrlAPI might be problematic. Click here for more details.
- {mysqldbctrlapi-0.1.0 → mysqldbctrlapi-0.1.1}/PKG-INFO +7 -1
- mysqldbctrlapi-0.1.1/README.md +5 -0
- {mysqldbctrlapi-0.1.0 → mysqldbctrlapi-0.1.1}/mySQLDBCtrlAPI/mySQLDBCtrl.py +5 -5
- {mysqldbctrlapi-0.1.0 → mysqldbctrlapi-0.1.1}/mySQLDBCtrlAPI.egg-info/PKG-INFO +7 -1
- {mysqldbctrlapi-0.1.0 → mysqldbctrlapi-0.1.1}/pyproject.toml +1 -1
- mysqldbctrlapi-0.1.0/README.md +0 -0
- {mysqldbctrlapi-0.1.0 → mysqldbctrlapi-0.1.1}/mySQLDBCtrlAPI/__init__.py +0 -0
- {mysqldbctrlapi-0.1.0 → mysqldbctrlapi-0.1.1}/mySQLDBCtrlAPI.egg-info/SOURCES.txt +0 -0
- {mysqldbctrlapi-0.1.0 → mysqldbctrlapi-0.1.1}/mySQLDBCtrlAPI.egg-info/dependency_links.txt +0 -0
- {mysqldbctrlapi-0.1.0 → mysqldbctrlapi-0.1.1}/mySQLDBCtrlAPI.egg-info/requires.txt +0 -0
- {mysqldbctrlapi-0.1.0 → mysqldbctrlapi-0.1.1}/mySQLDBCtrlAPI.egg-info/top_level.txt +0 -0
- {mysqldbctrlapi-0.1.0 → mysqldbctrlapi-0.1.1}/setup.cfg +0 -0
|
@@ -1,8 +1,14 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mySQLDBCtrlAPI
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.1
|
|
4
4
|
Summary: mySQLDBCtrlAPI Python package
|
|
5
5
|
Author-email: James Lin <tylin123@ms27.hinet.net>
|
|
6
6
|
Project-URL: Homepage, https://mis.gotech.biz
|
|
7
7
|
Description-Content-Type: text/markdown
|
|
8
8
|
Requires-Dist: pymysql
|
|
9
|
+
|
|
10
|
+
#mySQLDBCtrlAPI
|
|
11
|
+
|
|
12
|
+
## History of version
|
|
13
|
+
Version 0.1.1: 2025/09/19<BR>
|
|
14
|
+
Fixed some bugs.
|
|
@@ -348,11 +348,11 @@ class CLASS_mySQLDBCtrl:
|
|
|
348
348
|
if(__name__ == '__main__'):
|
|
349
349
|
Gobj_mySQLDBCtrl = CLASS_mySQLDBCtrl();
|
|
350
350
|
# ------------------------------------------------------------
|
|
351
|
-
Gobj_Conn = Gobj_mySQLDBCtrl.CUF_OpenConnection(Pms_DB_HostIP= "mis.
|
|
352
|
-
Pmi_DB_Port =
|
|
353
|
-
Pms_DB_Name = "
|
|
354
|
-
Pms_User = "
|
|
355
|
-
Pms_Password = "
|
|
351
|
+
Gobj_Conn = Gobj_mySQLDBCtrl.CUF_OpenConnection(Pms_DB_HostIP= "mis.XXX.biz",
|
|
352
|
+
Pmi_DB_Port = 1234,
|
|
353
|
+
Pms_DB_Name = "goxxxh_mis",
|
|
354
|
+
Pms_User = "xxxx",
|
|
355
|
+
Pms_Password = "****");
|
|
356
356
|
# ------------------------------------------------------------
|
|
357
357
|
# [範例1]
|
|
358
358
|
# ms_SQL = 'SELECT * From tbemployee';
|
|
@@ -1,8 +1,14 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mySQLDBCtrlAPI
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.1
|
|
4
4
|
Summary: mySQLDBCtrlAPI Python package
|
|
5
5
|
Author-email: James Lin <tylin123@ms27.hinet.net>
|
|
6
6
|
Project-URL: Homepage, https://mis.gotech.biz
|
|
7
7
|
Description-Content-Type: text/markdown
|
|
8
8
|
Requires-Dist: pymysql
|
|
9
|
+
|
|
10
|
+
#mySQLDBCtrlAPI
|
|
11
|
+
|
|
12
|
+
## History of version
|
|
13
|
+
Version 0.1.1: 2025/09/19<BR>
|
|
14
|
+
Fixed some bugs.
|
mysqldbctrlapi-0.1.0/README.md
DELETED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|