Skip to content
Permalink
Browse files
fix multiple table selection
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@8675 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Jun 23, 2008
1 parent 443ed47 commit 0b6ef75
Showing 1 changed file with 1 addition and 1 deletion.
@@ -327,7 +327,7 @@ void QgsDbSourceSelect::addTables()
}
}

query += "\"" + schemaName + "\".\"" + tableName + "\" " + "(" + geomColumnName + ") sql=" + sql;
query = "\"" + schemaName + "\".\"" + tableName + "\" " + "(" + geomColumnName + ") sql=" + sql;

m_selectedTables.push_back(query);
}

0 comments on commit 0b6ef75

Please sign in to comment.