[Qgis-developer] PostGIS manager

Martin Dobias wonder.sk at gmail.com
Mon Oct 27 05:54:04 EDT 2008


On Mon, Oct 27, 2008 at 3:58 AM, Gary Sherman <sherman at mrcc.com> wrote:
> On Oct 26, 2008, at 3:12 PM, Martin Dobias wrote:
>
>> I'd like to hear some feedback whether you like / don't like it and
>> what features are missing.
>
> Getting lots of these errors when viewing features or the table:
>
> An error has occured while executing Python code:
>
> Traceback (most recent call last):
>  File
> "/home/gsherman/.qgis//python/plugins/postgis_manager/PreviewTableModel.py",
> line 53, in headerData
>    fld = self.layer.dataProvider().fields()[section] # stlpec
> RuntimeError: underlying C/C++ object has been deleted

Ah, this is similar to ticket #777. I've done a workaround for that
and uploaded as v0.1.1.

Btw. the table preview so far doesn't behave correctly. It expects
that feature ids are counted from 0 to feat.count-1 - and that's not
always true :)

Martin


More information about the Qgis-developer mailing list