Bug report #1126
PostGIS default Styles do not save public shema
Status: | Closed | ||
---|---|---|---|
Priority: | Low | ||
Assignee: | Jürgen Fischer | ||
Category: | Map Legend | ||
Affected QGIS version: | Regression?: | No | |
Operating System: | All | Easy fix?: | No |
Pull Request or Patch supplied: | Resolution: | fixed | |
Crashes QGIS or corrupts data: | Copied to github as #: | 11186 |
Description
Associated revisions
revert r8586 and solve issue in QgsVectorLayer (fixes #1126)
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@8654 c8812cc2-4d05-0410-92ff-de0c093fc19c
revert r8586 and solve issue in QgsVectorLayer (fixes #1126)
git-svn-id: http://svn.osgeo.org/qgis/trunk@8654 c8812cc2-4d05-0410-92ff-de0c093fc19c
History
#1 Updated by Jürgen Fischer over 16 years ago
- Status changed from Open to In Progress
Replying to hdus:
For all PostGIS layers residing in public schema the schema name is not saved in the db connection information of column style in table tbl_styles. Under some cirumstances this leeds to non loadable style definition.
The current schema should be stripped everywhere. Which cases are not covered?
#2 Updated by Horst Düster over 16 years ago
Replying to [comment:1 jef]:
Replying to hdus:
For all PostGIS layers residing in public schema the schema name is not saved in the db connection information of column style in table tbl_styles. Under some cirumstances this leeds to non loadable style definition.
The current schema should be stripped everywhere. Which cases are not covered?
The case when Layer is loaded with table="public"."tablename" by Python-Script is not covered.
#3 Updated by Jürgen Fischer over 16 years ago
- Resolution set to fixed
- Status changed from In Progress to Closed
fixed in