MDEV-25015 Custom formatting of strings in MariaDB queries
SFORMAT() SQL function that uses fmtlib (https://fmt.dev/) for python-like (also Rust, C++20, etc) string formatting Only fmtlib 7.0.0+ is supported, older fmtlib produces different results in the test. No native support for temporal and decimal values, * TIME_RESULT is handled as STRING_RESULT * DECIMAL_RESULT as REAL_RESULT
Showing
cmake/libfmt.cmake
0 → 100644
This diff is collapsed.
mysql-test/main/sformat.test
0 → 100644
This diff is collapsed.
Please register or sign in to comment