You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.
While interfaces can indicate via the docblock what they expect an implementation to return, this is not binding. I would always check to see what the given implementation defines in its own docblock.
In looking through the various concrete implementations, some return the connection, some do not; in some cases, what is returned is based on what occurs within the internals of the implementation within logic branches.
Considering this would be defining a fluent interface at best, I'm not sure it's important. If you feel it is, please feel free to submit a pull request that makes the behavior consistent across the various implementations.
Interface..
Pgsql connection returns nothing..
The text was updated successfully, but these errors were encountered: