Skip to content
This repository has been archived by the owner on Jun 4, 2020. It is now read-only.

Commit

Permalink
Merge pull request #85 from lbartoletti/wkb_geometry_to_geom_pg_distant
Browse files Browse the repository at this point in the history
wkb_geometry to geom for postgresql distant
  • Loading branch information
lbartoletti authored Oct 26, 2018
2 parents 701cce0 + 4471d40 commit 1de3153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -1218,7 +1218,7 @@ def checkout_pg_distant(self):
new_uri = QgsDataSourceURI(layer.source())
new_uri.setDataSource(working_copy_schema,
new_uri.table()+"_view",
'wkb_geometry',
'geom',
new_uri.sql(),
new_uri.keyColumn())
# TODO: IT'S UGLY
Expand Down

0 comments on commit 1de3153

Please sign in to comment.