v.24.2New Feature

User Can Specify Template String Directly in Query with format_schema_rows_template

The user can now specify the template string directly in the query using format_schema_rows_template as an alternative to format_template_row. Closes #31363. #59088 (Shaun Struwig).
Users can now specify the template string directly in queries using format_schema_rows_template as an alternative to format_template_row.

Why it matters

This feature enables more flexible and convenient inline templating for query results formatting by allowing template strings to be provided directly in the query, addressing user needs for easier customization without relying solely on existing format string options.

How to use it

Use the format_schema_rows_template setting within your query to specify the template string inline. This can be used as an alternative to format_template_row, allowing you to control the output format directly in the query syntax.