File tree 1 file changed +9
-0
lines changed
1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -119,20 +119,24 @@ function Backend({
119
119
: backend . query . result . push ( row )
120
120
}
121
121
122
+ /* c8 ignore next */
122
123
function CopyData ( ) { /* No handling needed until implemented */ }
123
124
124
125
function ErrorResponse ( x ) {
125
126
reject ( errors . generic ( error ( x ) ) )
126
127
}
127
128
129
+ /* c8 ignore next */
128
130
function CopyInResponse ( ) {
129
131
reject ( errors . notSupported ( 'CopyInResponse' ) )
130
132
}
131
133
134
+ /* c8 ignore next */
132
135
function CopyOutResponse ( ) {
133
136
reject ( errors . notSupported ( 'CopyOutResponse' ) )
134
137
}
135
138
139
+ /* c8 ignore next */
136
140
function EmptyQueryResponse ( ) { /* No handling needed */ }
137
141
138
142
function BackendKeyData ( x ) {
@@ -162,10 +166,12 @@ function Backend({
162
166
onparameter ( k , v )
163
167
}
164
168
169
+ /* c8 ignore next */
165
170
function PortalSuspended ( ) {
166
171
reject ( errors . notSupported ( 'PortalSuspended' ) )
167
172
}
168
173
174
+ /* c8 ignore next */
169
175
function ParameterDescription ( ) {
170
176
reject ( errors . notSupported ( 'ParameterDescription' ) )
171
177
}
@@ -193,14 +199,17 @@ function Backend({
193
199
}
194
200
}
195
201
202
+ /* c8 ignore next */
196
203
function FunctionCallResponse ( ) {
197
204
reject ( errors . notSupported ( 'FunctionCallResponse' ) )
198
205
}
199
206
207
+ /* c8 ignore next */
200
208
function NegotiateProtocolVersion ( ) {
201
209
reject ( errors . notSupported ( 'NegotiateProtocolVersion' ) )
202
210
}
203
211
212
+ /* c8 ignore next */
204
213
function CopyBothResponse ( ) {
205
214
reject ( errors . notSupported ( 'CopyBothResponse' ) )
206
215
}
You can’t perform that action at this time.
0 commit comments