pub fn generate_by_name(
expression: &Expression,
dialect: &str,
) -> Result<String>Expand description
Generate SQL from an AST using a string dialect name.
Supports both built-in and custom dialect names.
pub fn generate_by_name(
expression: &Expression,
dialect: &str,
) -> Result<String>Generate SQL from an AST using a string dialect name.
Supports both built-in and custom dialect names.