[patch] UnicodeCursorWrapper does not accept dict-style format objects
Django supports pyformat style format parameters (eg. http://code.djangoproject.com/changeset/3038). The change intended to add unicode support for postgresql queries restricts format objects to lists and tuples. The following patch reinstates dict format object passing.
Attachments
(1)
- pyformat_psql.diff
(1.2 KB
) - added by kurtiss@… 19 years ago.
- Reissues support for pyformat style format parameters using postgresql's UnicodeCursorWrapper
Download all attachments as:
.zip
Change History
(6)
| Keywords: |
unicode-branch added
|
| Triage Stage: |
Unreviewed → Accepted
|
| Resolution: |
→ fixed
|
| Status: |
new → closed
|
Reissues support for pyformat style format parameters using postgresql's UnicodeCursorWrapper