Opened 17 years ago
Closed 17 years ago
#4651 closed (fixed)
[0.91-bugfixes][patch] UnicodeCursorWrapper prevents psycopg1 backend from taking dict sql params
Reported by: | Owned by: | James Bennett | |
---|---|---|---|
Component: | Database layer (models, ORM) | Version: | 0.91 |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Under the psycopg1 backend, UnicodeCursorWrapper
as written prevents dict SQL parameters from working.
The attached patch corrects this issue.
Attachments (1)
Change History (3)
by , 17 years ago
Attachment: | 0.91-bugfixes-unicodecursorwrapper-dict-params.diff added |
---|
comment:1 by , 17 years ago
Owner: | changed from | to
---|
comment:2 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Allow psycopg1 backend on 0.91-bugfixes to accept dict sql params