perf: use raw query for reading int-pk docs too by ankush [frappe] PR#32286
From: https://github.com/frappe/frappe/pull/32286
Date: 2025-04-24 18:41:07+05:30
- perf: use raw query for reading int-pk docs too (#32286)
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-32286
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-32286
# 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