pub fn parse_command_tag(tag: &str) -> CommandResultExpand description
Parse the command tag from CommandComplete to extract affected row count.
Tags look like: “INSERT 0 5”, “UPDATE 3”, “DELETE 1”, “SELECT 10”
pub fn parse_command_tag(tag: &str) -> CommandResultParse the command tag from CommandComplete to extract affected row count.
Tags look like: “INSERT 0 5”, “UPDATE 3”, “DELETE 1”, “SELECT 10”