mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01:00
536fdb0c2f
This patch adds a solution for Postgres that allows overriding IN statement limit of 16bit (65535 values) by wrapping items in VALUES list. This only takes place in number of items exceeds 65535, otherwise parent class get_in_or_equal() function is used.