You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: consistent SQL quoting and thread-safe TLS config
- Add quote_literal() for SQL string escaping
- Add quote_mysql_ident() for MySQL backtick quoting
- Use quote_ident() consistently for PostgreSQL/SQLite identifiers
- Replace unsafe std::env::set_var with thread-safe OnceLock
- Fix blocking std::thread::sleep in async context
- Update security test to verify credential leak fix
0 commit comments