diff --git a/src/codec/network_frame.rs b/src/codec/network_frame.rs index 91aaf37..d993655 100644 --- a/src/codec/network_frame.rs +++ b/src/codec/network_frame.rs @@ -93,7 +93,7 @@ impl NetworkFrame { //Valid severities can be found here: https://www.postgresql.org/docs/current/protocol-error-fields.html //Valid error codes can be found here: https://www.postgresql.org/docs/current/errcodes-appendix.html - //TODO need to figure out a better error method to show errors + //TODO #26 need to figure out a better error method to show errors pub fn error_response( severity: PgErrorLevels, code: PgErrorCodes,