Project: QGIS

Version: 3.26

Feature: SQL Logging in the Debugging/ Development panel

The debugging/ development panel now includes support for logging the SQL queries made by QGIS to backend data providers.

This provides an effective method of debugging algorithms and data providers, as well as capturing the SQL statements made to perform specific actions against particular providers.

Note that this is specifically designed to be used as a debugging and development tool and is not designed to be a replacement for any logging capabilities on the backend databases systems.

This has been implemented in line with QEP 242.

This feature was developed by Alessandro Pasotti