@override String toBytesString(Uint8List bytes) { var hex = SQLDialect.toHex(bytes); return "'\\x$hex'"; }