summaryrefslogtreecommitdiff
path: root/tests/backends/postgresql/test_compilation.py
AgeCommit message (Expand)Author
2025-12-31Refs #33647 -- Fixed silent data truncation in bulk_create on Postgres.Simon Charette
2025-07-10Fixed #36502 -- Restored UNNEST strategy for foreign key bulk inserts on Post...Simon Charette
2025-02-01Fixed #36088 -- Avoided unnecessary DEFAULT usage on bulk_create().Simon Charette
2024-12-11Fixed #35936 -- Used unnest for bulk inserts on Postgres when possible.Simon Charette