| Summary: | Creating a query crashes | ||
|---|---|---|---|
| Product: | [Applications] KEXI | Reporter: | ksso <kepasi> |
| Component: | Queries | Assignee: | Jarosław Staniek <staniek> |
| Status: | CLOSED FIXED | ||
| Severity: | crash | CC: | adam, inksi, simonandric5, staniek |
| Priority: | HI | Keywords: | drkonqi |
| Version First Reported In: | 3.0.1 | ||
| Target Milestone: | 3.1 | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | https://commits.kde.org/kdb/9fb605c7e00d56eaf9a22fb3c2d6807017150e1f | Version Fixed/Implemented In: | 3.1.0 |
| Sentry Crash Report: | |||
|
Description
ksso
2017-05-02 19:25:09 UTC
Thanks for the report. I've marked the bug as possible duplicate of a class of bugs -- #377578 and #377579, and I'm waiting for some feedback. A fix will go to 3.0.2 nevertheless. Because it's not released, maybe you can try 3.1 Alpha release to test: Universal Kexi "AppImage" for Linux - a new version from April 29 is now linked at https://community.kde.org/Kexi/Snapshots. You've mentioned you use compiled sources of Kexi (by you), if this is true and you want to compile, you can - 3.0 branch of kexi.git for Kexi 3.0.2-pre. Or master branch for 3.1-pre. *** This bug has been marked as a duplicate of bug 377578 *** Confirmed, for Kexi 3.0.2. 1. In a query design set sorting for any column 2. Save the design. 3. Crash. Git commit 898d26a6247903e1d43718a5eb4d0955a34b798a by Jaroslaw Staniek. Committed on 05/10/2017 at 19:13. Pushed by staniek into branch 'master'. SqlParserTest: also test generating statements in KDbSQL dialect, clearly mention if there's error in parsing or generating This test would catch case from bug #379447 for example, i.e. crash on saving some query in Designer. M +31 -36 autotests/parser/SqlParserTest.cpp M +1 -2 autotests/parser/SqlParserTest.h https://commits.kde.org/kdb/898d26a6247903e1d43718a5eb4d0955a34b798a Git commit 9fb605c7e00d56eaf9a22fb3c2d6807017150e1f by Jaroslaw Staniek. Committed on 05/10/2017 at 19:37. Pushed by staniek into branch 'master'. Add COLLATION keywords when generated statements are native, otherwise KDbSQL string is invalid M +2 -2 src/KDbOrderByColumn.cpp https://commits.kde.org/kdb/9fb605c7e00d56eaf9a22fb3c2d6807017150e1f |