Opened 16 years ago

Closed 16 years ago

#1126 closed defect (fixed)

PostGIS default Styles do not save public shema

Reported by: hdus Owned by: jef
Priority: major: does not work as expected Milestone:
Component: Map Legend Version: Trunk
Keywords: Style Cc:
Must Fix for Release: Yes Platform: All
Platform Version: Awaiting user input: no

Description

PostGIS Styles saved in ~/.qgis/qgis.db are not saved correctly in all cases. 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.

Change History (3)

in reply to:  description ; comment:1 by jef, 16 years ago

Status: newassigned

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?

in reply to:  1 comment:2 by hdus, 16 years ago

Replying to 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.

comment:3 by jef, 16 years ago

Resolution: fixed
Status: assignedclosed

fixed in r8654

Note: See TracTickets for help on using tickets.