Macro sql_format

Source
macro_rules! sql_format {
    ($fmt:expr) => { ... };
    ($fmt:expr,$($argsname:tt=$argsval:expr),+$(,)?) => { ... };
    ($fmt:expr,$($args:expr),+$(,)?) => { ... };
}
Expand description

转义SQL生成,对字符串中的单引号加反斜杠