Opened 14 years ago
Closed 14 years ago
#14732 closed (duplicate)
Allow Manager.raw() execute not only "Pure selects"
Reported by: | dzentoo | Owned by: | nobody |
---|---|---|---|
Component: | Database layer (models, ORM) | Version: | 1.2 |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Since the raw query validation only matches if the request startswith("select") I would like to execute queries like "(SELECT) UNION (SELECT)".
Note:
See TracTickets
for help on using tickets.
Duplicate of #14733