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
Browse filesBrowse the repository at this point in the historyBrowse files
James William Pye
committed
Fix handling of the unix connection parameter.
There was an assorted set of bugs around this:
- SocketCreator was referenced instead of SocketFactory.
- pg.open(unix = '') would cause a TypeError because of standard parameters.
- pq-IRI's [unix:...] representation would not serialize and parse correctly.
- The unix keyword was undocumented.
- There were no tests for unix domain sockets.
Issue reported by twitter.com/rintavarustus
0 commit comments