Opened 11 years ago
Closed 11 years ago
#21825 closed Uncategorized (fixed)
GIS compiler doesn't adhere to query expression api
Reported by: | jarshwah | Owned by: | nobody |
---|---|---|---|
Component: | Database layer (models, ORM) | Version: | dev |
Severity: | Normal | Keywords: | lookups |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
The new query expression API defines as_sql as as_sql(qn, connection), but has this note:
The qn has a compile() method that can be used to compile other expressions
See: https://docs.djangoproject.com/en/dev/ref/models/custom-lookups/#django.db.models.as_sql
The GIS compiler explicitly passes the quote_name function rather than itself.
Note:
See TracTickets
for help on using tickets.
In 1f58834ac6858aa33629a27cb252de00141e76b0: