Closed DMickens closed 2 years ago
Do we have tests that will catch this if it breaks in the future? For example: if we bump the protocol version and don't make the parent change. I'm wondering if those tests are among the ones that are currently failing?
This was superseded by Jonathan's PR#27. This PR will not be merged.
There were issues with parsing rowDescription messages. We were trying to parse a field for the attribute number of the parent type for complex types. That doesn't apply here and shouldn't be parsed. In addition I added more information that was being parsed in the RowDescriptionMessage to the Field type.