Summary: | Deleting or renaming a table crashes the program | ||
---|---|---|---|
Product: | [Applications] KEXI | Reporter: | Ian Whitfield <whitfield> |
Component: | Tables | Assignee: | Jarosław Staniek <staniek> |
Status: | CLOSED FIXED | ||
Severity: | crash | CC: | adam, albrecht.will, inksi, staniek, whitfield |
Priority: | HI | ||
Version: | 3.1.0 Alpha | ||
Target Milestone: | 3.1 | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/kexi/7e783f1bc21f40fc6226c43a65990ee2bfabc41e | Version Fixed In: | 3.1 Alpha |
Sentry Crash Report: |
Description
Ian Whitfield
2017-04-22 11:31:31 UTC
Thanks! Confirmed, regression in 3.1 Alpha. Works OK for 3.0.x. I found that renaming is exactly the same issue so I updated the summary if you don't mind. For 3.0.x there's also bug: Kexi does change name and caption of objects when requested Git commit 90ee47e08e6f87427d2a8f29ee1c5049e0466200 by Jaroslaw Staniek. Committed on 29/04/2017 at 23:32. Pushed by staniek into branch '3.0'. Fix: Kexi does change name and caption of objects when requested (not working SQL) (regression since 3.0.0) FIXED-IN:3.0.2 M +2 -2 src/core/kexiproject.cpp https://commits.kde.org/kexi/90ee47e08e6f87427d2a8f29ee1c5049e0466200 Git commit 7e783f1bc21f40fc6226c43a65990ee2bfabc41e by Jaroslaw Staniek. Committed on 29/04/2017 at 23:53. Pushed by staniek into branch 'master'. Fix crash when deleting or renaming a table It crashed when the table was not opened. (regression since 3.1 Alpha) M +3 -0 src/plugins/tables/kexitablepart.cpp M +2 -0 src/plugins/tables/kexitablepart.h https://commits.kde.org/kexi/7e783f1bc21f40fc6226c43a65990ee2bfabc41e Closing, feel free to test when the fix lands in the AppImage and reopen if needed. Working now OK in AppImage 24 Apr Thanks Ian *** Bug 381233 has been marked as a duplicate of this bug. *** Workaround until 3.0.2 is released: use the AppImage version from May just for renames (https://community.kde.org/Kexi/Snapshots). Or the <= 2.9.x version. |