mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-27 02:10:38 +00:00
fix: fix SQL table identifier quoting for election and RDS kv-backend - Quote MySQL table names with backticks and PostgreSQL tables with double quotes in election and RDS kv-backend SQL - Update related tests to use quoted identifiers and cover hyphenated table names - Ensure dynamic SQL using table names is safe for special characters in identifiers Signed-off-by: WenyXu <wenymedia@gmail.com>