mirror of
https://github.com/qgis/QGIS.git
synced 2025-11-22 00:14:55 -05:00
This adds support for saving and loading SQL queries to a .sql text file to the Execute SQL dialog and Update SQL dialogs. Effectively, it ports this functionality from the DB Manager plugin over to the core browser-based database connection facilities. The UX has been designed to mimic the same functionality from other standard parts of QGIS, eg the Processing Script Editor. Toolbar actions are used accordingly, instead of the old text button approach used in DB Manager. Sponsored by City of Canning