Handle PGRES_COMMAND_OK in pgresult_stream_any. #447
Fixes usage when trying to stream the result of a procedure call that returns no results.
Enhancements:
Rename BasicTypeRegistry#define_default_types to #register_default_types to use a more consistent terminology.
Keeping define_default_types for compatibility.
BasicTypeRegistry: return self instead of objects by accident.
This allows call chaining.
Recreation of dependabot PR due to CI changes not being picked up
Updates the requirements on pg to permit the latest version.
Changelog
Sourced from pg's changelog.
... (truncated)
Commits
3c14a30
Update to postgresql-14.4 and openssl 1.1.1o for Windows binariesf5bb30d
Merge pull request #464 from larskanis/bump-1.4.0d58242e
Bump VERSION to 1.4.0443e7cb
Add a proxy to enable or disable TCP data flowd5e223c
Don't fail at GC.compact spec on ppc64lea6401cd
Avoid compiler warningse701a9b
Remove unnecessary variable assignments217536e
Merge pull request #463 from ejoubaud/fix-transaction-leak48bc9b2
Remove useless assignments in testdf60639
Fix transaction leak on early break/return