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.

@@ -1,8 +1,14 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mySQLDBCtrlAPI
3
- Version: 0.1.0
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.
@@ -0,0 +1,5 @@
1
+ #mySQLDBCtrlAPI
2
+
3
+ ## History of version
4
+ Version 0.1.1: 2025/09/19<BR>
5
+ 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.gotech.biz",
352
- Pmi_DB_Port = 3300,
353
- Pms_DB_Name = "gotech_mis",
354
- Pms_User = "root",
355
- Pms_Password = "gotechdf8000sys");
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.0
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.
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "mySQLDBCtrlAPI"
7
- version = "0.1.0"
7
+ version = "0.1.1"
8
8
  description = "mySQLDBCtrlAPI Python package"
9
9
  authors = [
10
10
  { name="James Lin", email="tylin123@ms27.hinet.net" }
File without changes
File without changes