Summary: | Kexi query crashes on adding a second relationship | ||
---|---|---|---|
Product: | [Applications] KEXI | Reporter: | Werner Llacer <wllacer> |
Component: | Queries | Assignee: | Jarosław Staniek <staniek> |
Status: | CLOSED DUPLICATE | ||
Severity: | critical | CC: | dimitrios.tanis |
Priority: | NOR | ||
Version: | 2.4.0 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
Sample database
DB with non crashing behavior |
Description
Werner Llacer
2012-04-17 12:02:21 UTC
Created attachment 70448 [details]
Sample database
Created attachment 70449 [details]
DB with non crashing behavior
I did another test. I've checked the same use case BUT decoding thru PKs (id. the field to JOIN in the decoder table is PK). In this case it works AS expected. The fault line is cleary in this case linked to not PK joins. I'm pretty much sure that is doable in any SQL database, but never tested in "naked" Sqlite I've attached a second test database working ok this time. Simple execute query "Consulta1" (In reply to comment #3) > I did another test. I've checked the same use case BUT decoding thru PKs > (id. the field to JOIN in the decoder table is PK). In this case it works AS > expected. > The fault line is cleary in this case linked to not PK joins. > I'm pretty much sure that is doable in any SQL database, but never tested in > "naked" Sqlite > > I've attached a second test database working ok this time. Simple execute > query "Consulta1" NOTE also that for ONLY one relationship it works no matter the field type. The error appears only at the second JOIN Hi Werner. First of all thank you for your elaborate report. Providing a good report is essential so that we can solve issues as they come in. Please look into BUG 298197 for some information. *** This bug has been marked as a duplicate of bug 298197 *** |