| Summary: | Cannot switch to Query Data View when using Table Aliases | ||
|---|---|---|---|
| Product: | [Applications] KEXI | Reporter: | Dimitrios T Tanis <dimitrios.tanis> |
| Component: | KexiDB | Assignee: | Jarosław Staniek <staniek> |
| Status: | CLOSED FIXED | ||
| Severity: | normal | CC: | staniek |
| Priority: | NOR | ||
| Version First Reported In: | 2.4 alpha3 (Calligra 2.4 alpha3) | ||
| Target Milestone: | 2.9.11 | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| See Also: | https://bugs.kde.org/show_bug.cgi?id=340056 | ||
| Latest Commit: | c346e86c6765a542057ae3ee19e1622e98685eb1 | Version Fixed/Implemented In: | 2.9.11 |
| Sentry Crash Report: | |||
|
Description
Dimitrios T Tanis
2011-07-24 20:15:11 UTC
Right, for example query SELECT name FROM table11 AS t WHERE name >= 'Mark' Returns: ------8X------------ Query executing failed. Error opening database cursor. Message from server: no such column: table11.OID SQL statement: SELECT name, table11.OID FROM table11 AS t WHERE name >= 'Mark' Server result: 1 (SQLITE_OK) ------8X------------ Checked again and works now. Depending or at least related to bug #340056, which is fixed in 2.9.11 so closing this one. |