Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: pgtype.Bits makes copy of data from read buffer
It was taking a reference. This would cause the data to be corrupted by future reads. fixes #1909
- Loading branch information