Opened 16 years ago

Closed 16 years ago

Last modified 15 years ago

#1030 closed bug (fixed)

PostGIS query - wrong layer name

Reported by: msieczka Owned by: nobody
Priority: minor: annoyance Milestone:
Component: Data Provider Version: Trunk
Keywords: Cc:
Must Fix for Release: Yes Platform: All
Platform Version: Awaiting user input: no

Description

When I use the '!=' operator in "Add PostGIS layer" dialog, the layer name in the layer list is incomplete/broken.

For example - it should be:

pokrycie" (the_geom) sql="rodzaj" != 'Zarosla'

while it is:

pokrycie" (the_geom) sql="rodzaj

Change History (2)

comment:1 by jef, 16 years ago

Resolution: fixed
Status: newclosed

I looked at the code. AFAICS it tries to extract the table name from the layer's uri and use that as layer name. I fixed that in r8336. Now in your case the layer name would be pokrycie.

comment:2 by (none), 15 years ago

Milestone: Version 0.9.2

Milestone Version 0.9.2 deleted

Note: See TracTickets for help on using tickets.