beabigegg
f36e55e8a1
refactor: 重構 SQL 查詢管理架構,提升安全性與效能
- 新增 sql 模組:SQLLoader (LRU 快取)、QueryBuilder (參數化查詢)、CommonFilters (共用篩選器)
- 將 18 個內嵌 SQL 抽取至獨立 .sql 檔案 (dashboard, resource, wip, resource_history)
- 修復 SQL 注入漏洞:所有使用者輸入改用 Oracle bind variables (:param)
- 優化 dashboard KPI 與 workcenter_cards 端點,從 55 秒超時降至 0.1-0.16 秒
- 標記 utils.py 舊函數為 deprecated,保持向下相容
- 新增 51 個 SQL 模組單元測試,全部通過
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-03 16:32:19 +08:00
..
2026-01-30 07:51:30 +08:00
2026-02-03 16:32:19 +08:00
2026-01-29 11:38:30 +08:00
2026-01-28 08:04:52 +08:00
2026-01-27 13:48:18 +08:00
2026-01-28 15:00:10 +08:00
2026-01-28 15:00:10 +08:00
2026-01-29 15:08:16 +08:00
2026-01-29 11:38:30 +08:00
2026-01-29 11:38:30 +08:00
2026-02-03 16:32:19 +08:00
2026-01-28 13:38:15 +08:00
2026-01-28 15:00:10 +08:00
2026-01-28 15:00:10 +08:00
2026-01-30 07:51:30 +08:00
2026-01-29 11:38:30 +08:00
2026-02-03 16:32:19 +08:00
2026-01-29 08:53:32 +08:00
2026-02-03 16:32:19 +08:00
2026-01-30 07:51:30 +08:00
2026-02-03 16:32:19 +08:00
2026-02-03 16:32:19 +08:00
2026-01-28 08:04:52 +08:00
2026-01-28 13:38:15 +08:00
2026-02-03 16:32:19 +08:00
2026-01-30 07:51:30 +08:00