pub fn parse_warning_level(s: &str) -> SqlWarningLevelExpand description
Parse a MySQL warning level string into a SqlWarningLevel.
Comparison is case-insensitive. Any unrecognised string maps to
SqlWarningLevel::Warning as a safe default.
pub fn parse_warning_level(s: &str) -> SqlWarningLevelParse a MySQL warning level string into a SqlWarningLevel.
Comparison is case-insensitive. Any unrecognised string maps to
SqlWarningLevel::Warning as a safe default.