mysqladm::server::common

Function try_get_with_binary_fallback

Source
pub fn try_get_with_binary_fallback(
    row: &MySqlRow,
    column: &str,
) -> Result<String, Error>
Expand description

Some mysql versions with some collations mark some columns as binary fields, which in the current version of sqlx is not parsable as string. See: https://github.com/launchbadge/sqlx/issues/3387