Launchpad should run with standard_conforming_strings=on in postgresql.conf
Bug #90809 reported by
Stuart Bishop
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
In Progress
|
Low
|
William Grant |
Bug Description
We will have trouble with future PostgreSQL upgrades if we continue to send non-SQL standard escaped strings. Most of this should be fixed by upgrading to psycopg2.
Related branches
lp://staging/~wgrant/launchpad/sqlbase-E-strings
- Stuart Bishop (community): Approve
-
Diff: 414 lines (+53/-53)4 files modifiedlib/lp/bugs/model/tests/test_bugtasksearch.py (+34/-34)
lib/lp/services/database/sqlbase.py (+12/-12)
lib/lp/services/webapp/tests/test_batching.py (+5/-5)
lib/sqlobject/__init__.py (+2/-2)
Changed in launchpad: | |
status: | Unconfirmed → Confirmed |
importance: | Undecided → Medium |
tags: | added: pg9 |
Changed in launchpad: | |
importance: | High → Low |
tags: | removed: pg9 |
tags: | added: pg9 |
Changed in launchpad: | |
assignee: | Stuart Bishop (stub) → William Grant (wgrant) |
status: | Triaged → In Progress |
tags: |
added: qa-ok removed: qa-needstesting |
To post a comment you must log in.
Where are we at on this?