Skip to content

Commit fa78e0e

Browse files
committed
Added support for MacAddr6 type
1 parent 8d634b4 commit fa78e0e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/value_converter.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,6 @@ impl ToSql for PythonDTO {
187187
}
188188
PythonDTO::PyMacAddr6(pymacaddr) => {
189189
<&[u8] as ToSql>::to_sql(&pymacaddr.as_bytes(), ty, out)?;
190-
// <&str as ToSql>::to_sql(&pymacaddr.as_str(), ty, out)?;
191190
}
192191
PythonDTO::PyList(py_iterable) | PythonDTO::PyTuple(py_iterable) => {
193192
let mut items = Vec::new();

0 commit comments

Comments
 (0)