不要怂,就是干,撸起袖子干!

Commit ef4be30d by Jim O'Brien Committed by Jan Aagaard Meier

[bug] When doing a multi-table select with geometry fields, ensure table names a…

…re prepended to attribute names to prevent ambiguity errors
1 parent 0404fa21
Showing with 1 additions and 1 deletions
...@@ -992,7 +992,7 @@ var QueryGenerator = { ...@@ -992,7 +992,7 @@ var QueryGenerator = {
} }
if (mainModel && mainModel._isGeometryAttribute(attr)) { if (mainModel && mainModel._isGeometryAttribute(attr)) {
return self.geometrySelect(attr); attr = self.geometrySelect(attr);
} }
if (Array.isArray(attr) && attr.length === 2) { if (Array.isArray(attr) && attr.length === 2) {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!