fix(meta): use raw SQL to avoid recursively querying meta in some cases by akhilnarang [frappe] PR#35290
From: https://github.com/frappe/frappe/pull/35290
Date: 2025-12-17 11:21:22+05:30
- fix(meta): use raw SQL to avoid recursively querying meta in some cases
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-35290
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-35290
# Make changes then rebase
git rebase -i develop
# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue
# Force-push changes
git push --force-with-lease