summaryrefslogtreecommitdiff
path: root/docs/internals/contributing/writing-code
diff options
context:
space:
mode:
authorSimon Charette <charette.s@gmail.com>2025-01-17 13:41:22 -0500
committerSarah Boyce <42296566+sarahboyce@users.noreply.github.com>2025-01-20 14:16:51 +0100
commitad6bca92a87e72dc7e5572f792463ba33f4da37d (patch)
treedd51323a5d984a16cce33ad651d47fab14f3299a /docs/internals/contributing/writing-code
parentdab04b89af91467e9a95ffaf30c1904fce7fff47 (diff)
[5.2.x] Fixed #36107 -- Adjusted UNNEST bulk_create strategy to opt-out sized arrays.
The array fields opt-out heuristic failed to account for sized arrays. Note that we keep relying on db_type as opposed to performing an ArrayField instance check against the column's field as there could be other implementations of model fields that use Postgres arrays to store the optimization must be disabled for all of them. Refs #35936. Thanks Claude Paroz for the report and test. Backport of 22fc151bb86a553d84c62d7effd289356e9b6c6c from main.
Diffstat (limited to 'docs/internals/contributing/writing-code')
0 files changed, 0 insertions, 0 deletions