| Summary: | Kate plugin-sql: Export/Copy of output table fails to retain order | ||
|---|---|---|---|
| Product: | [Applications] kate | Reporter: | Vassilis Virvilis <vasvir> |
| Component: | general | Assignee: | KWrite Developers <kwrite-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | waqar.17a |
| Priority: | NOR | ||
| Version First Reported In: | 22.04.3 | ||
| Target Milestone: | --- | ||
| Platform: | Debian unstable | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/utilities/kate/-/commit/5adfcc095fa54f0269ac2c2aacd676569858e3db | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
Vassilis Virvilis
2022-11-04 13:28:23 UTC
A possibly relevant merge request was started @ https://invent.kde.org/utilities/kate/-/merge_requests/1627 Git commit aa9207e6242100dcf8d99c74a803cecd1aa668d0 by Christoph Cullmann, on behalf of Waqar Ahmed. Committed on 20/10/2024 at 20:14. Pushed by cullmann into branch 'master'. Fix sql copy/export is randomly ordered Use a vector instead of a QSet which will have random ordering M +16 -16 addons/katesql/dataoutputwidget.cpp https://invent.kde.org/utilities/kate/-/commit/aa9207e6242100dcf8d99c74a803cecd1aa668d0 Git commit 5adfcc095fa54f0269ac2c2aacd676569858e3db by Waqar Ahmed. Committed on 21/10/2024 at 18:08. Pushed by waqar into branch 'release/24.08'. Fix sql copy/export is randomly ordered Use a vector instead of a QSet which will have random ordering (cherry picked from commit aa9207e6242100dcf8d99c74a803cecd1aa668d0) M +16 -16 addons/katesql/dataoutputwidget.cpp https://invent.kde.org/utilities/kate/-/commit/5adfcc095fa54f0269ac2c2aacd676569858e3db |