Quality App Developer
39a3a0084c
Fix PyMySQL DictCursor usage in warehouse functions
Fixed incorrect pymysql.cursors.DictCursor instantiation in 4 functions:
- get_cp_inventory_list()
- search_cp_code()
- search_by_box_number()
- get_cp_details()
PyMySQL connection pool doesn't support cursor_factory parameter.
Now manually converting tuples to dicts using cursor.description instead.
2026-01-30 15:20:49 +02:00
..
2026-01-28 00:46:59 +02:00
2026-01-25 22:25:18 +02:00
2026-01-30 15:20:49 +02:00
2026-01-28 00:46:59 +02:00
2026-01-30 12:30:56 +02:00
2026-01-30 10:50:06 +02:00
2026-01-28 00:46:59 +02:00
2026-01-25 22:25:18 +02:00
2026-01-25 22:25:18 +02:00
2026-01-25 22:25:18 +02:00
2026-01-28 00:46:59 +02:00
2026-01-30 10:50:06 +02:00
2026-01-25 22:25:18 +02:00