Skip to content

Commit 1095edb

Browse files
committed
feat: add pg_binary_protocol
1 parent 86cfb21 commit 1095edb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/typeid.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ impl TypeIDPrefix {
7474
}
7575

7676
#[derive(Debug, Serialize, Deserialize, Clone, PostgresType, PartialOrd, PartialEq, Eq)]
77+
#[pg_binary_protocol]
7778
#[inoutfuncs]
7879
pub struct TypeID(TypeIDPrefix, Uuid);
7980

0 commit comments

Comments
 (0)