SQL editor: clear -> undo#63621
Conversation
Allow undo after clear. Reported in https://lists.osgeo.org/pipermail/qgis-developer/2025-October/067839.html
🪟 Windows Qt6 buildsDownload Windows Qt6 builds of this PR for testing. 🍎 MacOS Qt6 buildsDownload MacOS Qt6 builds of this PR for testing. |
|
Just compiled and tested and it works like a charm. Thank you so much!!! |
|
The backport to stderrstdoutTo backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-release-3_40 release-3_40
# Navigate to the new working tree
cd .worktrees/backport-release-3_40
# Create a new branch
git switch --create backport-63621-to-release-3_40
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick 32946552e355d859ed289cf4d863ec420a3c0a15,ec501a5699fd37698f17d3b04cd7949b2870f1f2
# Push it to GitHub
git push --set-upstream origin backport-63621-to-release-3_40
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-release-3_40Then, create a pull request where the |
|
The backport to stderrstdoutTo backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-release-3_44 release-3_44
# Navigate to the new working tree
cd .worktrees/backport-release-3_44
# Create a new branch
git switch --create backport-63621-to-release-3_44
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick 32946552e355d859ed289cf4d863ec420a3c0a15,ec501a5699fd37698f17d3b04cd7949b2870f1f2
# Push it to GitHub
git push --set-upstream origin backport-63621-to-release-3_44
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-release-3_44Then, create a pull request where the |
Allow undo after clear.