Summary: | Tables not sorted when importing from CSV to an existing table | ||
---|---|---|---|
Product: | [Applications] KEXI | Reporter: | robert leleu <robert.jean.leleu> |
Component: | Migration/Import/Export | Assignee: | Radosław Wicik <radoslaw> |
Status: | CLOSED FIXED | ||
Severity: | minor | CC: | radoslaw, staniek |
Priority: | NOR | Keywords: | junior-jobs |
Version: | 2.7.5 | ||
Target Milestone: | --- | ||
Platform: | Mint (Ubuntu based) | ||
OS: | All | ||
Latest Commit: | http://commits.kde.org/calligra/e24a4f354566886b5d406fdcc573cec848aece0e | Version Fixed In: | 2.8.1 |
Sentry Crash Report: |
Description
robert leleu
2014-02-28 13:37:38 UTC
Confirmed. Header for sorting would be also useful. If any one have some samples please attache them. Steps: 1. Open database with quite a few tables (needed so you'll see they're not ordered). 2. Import any csv file, eg this 2-line file: 1 a b 2 c d 3. Start importing it again into the same table. PS: any patches go to http://git.reviewboard.kde.org first. Git commit 0564a7a0c875c3c967f1fb5edc615c6c3fdc5b81 by Radoslaw Wicik. Committed on 09/03/2014 at 17:29. Pushed by wicik into branch 'master'. Sort part items also when just one part was loaded This fixes sorting tables in the CSV import dialog. REVIEW:116683 M +1 -1 kexi/widget/navigator/KexiProjectModel.cpp http://commits.kde.org/calligra/0564a7a0c875c3c967f1fb5edc615c6c3fdc5b81 Git commit e24a4f354566886b5d406fdcc573cec848aece0e by Radoslaw Wicik. Committed on 09/03/2014 at 17:29. Pushed by wicik into branch 'calligra/2.8'. Sort part items also when just one part was loaded This fixes sorting tables in the CSV import dialog. REVIEW:116683 M +1 -1 kexi/widget/navigator/KexiProjectModel.cpp http://commits.kde.org/calligra/e24a4f354566886b5d406fdcc573cec848aece0e |