Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 359 Bytes

2022-08-18-fix-unstable-sort-order-in-export-might-lead-to-duplicate-missing-entries.md

File metadata and controls

8 lines (8 loc) · 359 Bytes
title issue author author_email
Fix unstable sort order in `ImportExport::export()` which might lead to duplicate or missing entries
NEXT-22950
Tobias Bachert
tobias.bachert@horn-gmbh.com

Core

  • Changed ImportExport::export() to use a tiebreaker sorting to avoid duplicate or missing entries if entries around $exportLimit compare as equal.