mirror of
https://github.com/zulip/zulip.git
synced 2025-11-10 17:07:07 +00:00
Previously, when the operand of id operator was more than 2147483647, it was raising server error. This is because the maximum permissible PostgreSQL integers value is 2147483647. This is fixed by raising a BadNarrowOperatorError in case the id operand is larger than 2147483647.
55 KiB
55 KiB