Ticket #1052 (closed defect: fixed)
Uninitialized field variables in QgsPostgresProvider in trunk r8383
Description
QgsPostgresProvider? has bug in uninitilized variables like useWkbHex and others that must be initialized in QgsPostgresProvider::postgisVersion. But if we have 2 and more layers from same PostgreSQL database then 1st layer has properly initialized, but 2nd and others hasn't. Function postgisVersion not executed for that layers. It may be fixed by simple patch (attached)
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
