We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ffd926 commit 788327eCopy full SHA for 788327e
protocol.go
@@ -41,7 +41,7 @@ const (
41
// (supported by connector).
42
TransactionsFeature ProtocolFeature = 1
43
// ErrorExtensionFeature represents support of MP_ERROR objects over MessagePack
44
- // (unsupported by connector).
+ // (supported by connector).
45
ErrorExtensionFeature ProtocolFeature = 2
46
// WatchersFeature represents support of watchers
47
0 commit comments