You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-5
Original file line number
Diff line number
Diff line change
@@ -404,11 +404,6 @@ The postgres protocol doesn't allow more than 65534 (16bit) parameters. If you r
404
404
405
405
When using SASL authentication the server responds with a signature at the end of the authentication flow which needs to match the one on the client. This is to avoid [man in the middle attacks](https://en.wikipedia.org/wiki/Man-in-the-middle_attack). If you receive this error the connection was canceled because the server did not reply with the expected signature.
406
406
407
-
##### RESERVED_METHOD_NAME
408
-
> X is a reserved method name
409
-
410
-
When implementing custom types, the name of the type is used for the method added to the `sql` object. There are a few reserved method names which can't be used. This is one of them.
0 commit comments