mirror of
https://github.com/qgis/QGIS.git
synced 2025-12-31 00:04:24 -05:00
This is mainly useful for Python, this way we can probably avoid calling fields() and all related cost when all we need is colum names for display. I'm not very happy with the method name and I would probably just drop the old signature for executeSql and replace it with the new one, unfortunately is public API. But if everybody is happy we could consider an API break.