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
..
2026-01-07 15:20:48 +08:00
2025-07-16 14:19:12 +08:00
2026-04-23 12:51:51 +08:00
2026-01-14 10:36:40 +08:00
2025-07-16 14:19:12 +08:00
2026-04-01 18:20:46 +08:00
2025-07-16 14:19:12 +08:00
2025-07-16 14:19:12 +08:00
2026-01-14 09:42:57 +08:00
2026-01-14 09:41:56 +08:00
2025-07-16 14:19:12 +08:00