mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-24 04:26:38 +00:00
Mirror the two new POSTGRES_COMPATIBILITY.md rules into the greptile instructions so the bot flags them on changed queries: (1) adding an ORDER BY column to a SELECT DISTINCT grows the distinct key and the MariaDB row count unless it is functionally dependent; (2) a refactor / raw-frappe.db.sql->qb conversion can silently change the WHERE/row set on both engines -- review the predicate, not just the query shape. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>