Closed stufro closed 1 year ago
This fixes an issue when running against postgres Expected PQ::Frame::ParseComplete but got PQ::Frame::ReadyForQuery
Expected PQ::Frame::ParseComplete but got PQ::Frame::ReadyForQuery
The offending spec was: spec/granite/querying/passthrough_spec.cr Anything that ran after this spec would throw the above error.
spec/granite/querying/passthrough_spec.cr
Simply closing the result set before moving on fixed the errors.
Co-authored-by: @jphaward jphaward@gmail.com
This fixes an issue when running against postgres
Expected PQ::Frame::ParseComplete but got PQ::Frame::ReadyForQuery
The offending spec was:
spec/granite/querying/passthrough_spec.cr
Anything that ran after this spec would throw the above error.Simply closing the result set before moving on fixed the errors.
Co-authored-by: @jphaward jphaward@gmail.com