https://bugs.kde.org/show_bug.cgi?id=461419
Bug ID: 461419 Summary: Kate plugin-sql: Export/Copy of output table fails to retain order Classification: Applications Product: kate Version: 22.04.3 Platform: Debian unstable OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: kwrite Assignee: kwrite-bugs-n...@kde.org Reporter: vas...@zoho.eu Target Milestone: --- Consider the following simple SQL that generates two rows. SELECT 1 row, 11 col1, 12 col2, 13 col3 UNION ALL SELECT 2, 21,22, 23; The output is: row col1 col2 col3 -------------------------------- 1 11 12 13 2 21 22 23 but when I export or copy I get: col1 row col3 col2 -------------------------------- 21 2 23 22 11 1 13 12 It has mixed both rows and columns. My system: Operating System: Debian GNU/Linux KDE Plasma Version: 5.26.0 KDE Frameworks Version: 5.98.0 Qt Version: 5.15.6 Kernel Version: 6.0.0-2-amd64 (64-bit) Graphics Platform: X11 Processors: 4 × Intel® Core™ i5-3570K CPU @ 3.40GHz Memory: 31.3 GiB of RAM Graphics Processor: Mesa Intel® HD Graphics 4000 Manufacturer: Gigabyte Technology Co., Ltd. -- You are receiving this mail because: You are watching all bug changes.