rbac/wwwroot
yumoqing 8aada101ca fix(rbac): remove MySQL-specific SQL for cross-database compatibility
- Replace DATE_SUB(NOW(), INTERVAL 300 SECOND) with Python-level time check
- Replace NOW() with parameterized timestamps from Python
- Lockout check now done in _is_locked() function (DB-agnostic)
- All UPDATE statements use parameterized values, not DB functions
- Works with MySQL, PostgreSQL, SQLite, SQL Server, Oracle
2026-04-26 11:04:15 +08:00
..
2025-08-01 17:09:41 +08:00
2026-03-24 15:56:41 +08:00
2025-07-16 14:19:12 +08:00
2026-01-07 15:08:54 +08:00
2026-04-23 12:51:51 +08:00
2025-07-16 14:19:12 +08:00
2025-08-07 15:13:55 +08:00
2025-07-16 14:19:12 +08:00
2026-03-21 15:31:36 +08:00
2026-03-21 16:09:48 +08:00
2026-03-21 16:09:48 +08:00
2026-03-25 14:11:46 +08:00
2025-07-16 14:19:12 +08:00
2026-02-25 13:37:26 +08:00
2026-03-20 21:15:39 +08:00
2026-02-25 14:22:35 +08:00
2025-07-16 14:19:12 +08:00