pub fn format_tracking_table_name(
tracking_table: &TrackingTable,
) -> Result<String>Expand description
Safely format a schema-qualified table name for SQL queries This prevents SQL injection by properly escaping SQL identifiers
pub fn format_tracking_table_name(
tracking_table: &TrackingTable,
) -> Result<String>Safely format a schema-qualified table name for SQL queries This prevents SQL injection by properly escaping SQL identifiers