sourcepole / AutoForm

A plugin for automatically generating input masks
GNU General Public License v2.0
4 stars 2 forks source link

Fix field mapping issues in relationships #6

Closed gacarrillor closed 7 years ago

gacarrillor commented 7 years ago

Fix support for QGIS v2.14 (previously getting out-of-range errors due to wrong field indices) as well as field mapping errors for QGIS v2.18 (e.g., value relations were being assigned to fields not involved in relations).

Without adding conrelid in the WHERE clause, queries inside both retrieveForeignCol() and retrieveNativeCol() can give you several field indices. The plugin seems to be choosing the last one, which only by chance might be the correct one.

HabeltWi commented 7 years ago

Thank you very much for these fixes gacarrillmor. I've merged them into the main branch.

gacarrillor commented 7 years ago

Thanks to you for this useful plugin!