macro_rules! sql_option_str {
($some_fmt:expr,$none_fmt:expr,$val:expr) => { ... };
}
Expand description
根据Option中是否是NONE来生成不同的SQL
macro_rules! sql_option_str {
($some_fmt:expr,$none_fmt:expr,$val:expr) => { ... };
}
根据Option中是否是NONE来生成不同的SQL