fn cql_value_to_insert_literal(v: &CqlValue) -> StringExpand description
Convert a CqlValue to a CQL insert literal string.
Used in the unprepared (string-based) INSERT path. Produces values that can be embedded directly into a CQL statement without further quoting by the caller.