Modify ↓
Opened 19 years ago
Closed 19 years ago
#2167 closed defect (fixed)
trac-0.9b2's psycopg connection doesn't take port into account
Reported by: | Owned by: | Christopher Lenz | |
---|---|---|---|
Priority: | normal | Milestone: | 0.9.1 |
Component: | general | Version: | 0.9b2 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description (last modified by )
The code forgets to append port= to the dsn string passed to psycopg. Adding:
if port: dsn.append("port = %d" % (port, ))
to line 359 fixes it.
Attachments (0)
Change History (3)
comment:1 by , 19 years ago
comment:2 by , 19 years ago
Description: | modified (diff) |
---|---|
Milestone: | → 0.9.1 |
Owner: | changed from | to
Status: | new → assigned |
This is fixed in trunk, but should be ported to 0.9-stable.
comment:3 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed for 0.9.x in [2575].
Note:
See TracTickets
for help on using tickets.
Whoops, should have previewed first.