• Alan Cueva's avatar
    MDEV-25015 Custom formatting of strings in MariaDB queries · e214e602
    Alan Cueva authored
    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
    e214e602
CMakeLists.txt 17.6 KB