Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
currently when try encode parse message it return incorrect message length because miss to count Int16 len of type_oids array for example for `SELECT 7`, we got next body: [80, 0, 0, 0, 16, 115, 48, 0, 83, 69, 76, 69, 67, 84, 32, 55, 0, 0, 0] but expected: [80, 0, 0, 0, 18, 115, 48, 0, 83, 69, 76, 69, 67, 84, 32, 55, 0, 0, 0]
- Loading branch information