Modify ↓
#11998 closed defect (fixed)
postgres_backend does not quote all identifiers
Reported by: | Ryan J Ollos | Owned by: | Jun Omae |
---|---|---|---|
Priority: | normal | Milestone: | 1.0.6 |
Component: | database backend | Version: | |
Severity: | normal | Keywords: | postgresql |
Cc: | Branch: | ||
Release Notes: |
Fixed: some parameters not quoted in Postgres backend. |
||
API Changes: | |||
Internal Changes: |
Description (last modified by )
It was noted in comment:9:ticket:11978 that there are several cases of identifiers not being quotes in the postgres_backend
. Proposed changes: ticket:11978:t11978-postgres-quote.diff.
Attachments (0)
Change History (6)
comment:1 by , 10 years ago
Status: | new → assigned |
---|
comment:2 by , 10 years ago
Description: | modified (diff) |
---|
comment:3 by , 10 years ago
Release Notes: | modified (diff) |
---|
comment:5 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:6 by , 10 years ago
Owner: | changed from | to
---|
Note:
See TracTickets
for help on using tickets.
Patch from #11978 rebased on 1.0-stable and trunk: