Opened 15 years ago

Closed 15 years ago

#12479 closed (fixed)

Missing non-keyword argument in as_sql method call

Reported by: Joel Watts Owned by: nobody
Component: GIS Version: dev
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

django.contrib.gis.db.models.sql.compiler.GeoSQLCompiler.get_columns calls col.as_sql without the required connection argument.

Attachments (1)

as_sql.diff (644 bytes ) - added by Joel Watts 15 years ago.
Added the connection argument

Download all attachments as: .zip

Change History (2)

by Joel Watts, 15 years ago

Attachment: as_sql.diff added

Added the connection argument

comment:1 by jbronn, 15 years ago

Resolution: fixed
Status: newclosed

(In [12083]) Fixed #12479 -- Pass in connection argument to as_sql in GeoSQLCompiler.get_columns. Thanks, jpwatts, for bug report and initial patch.

Note: See TracTickets for help on using tickets.
Back to Top