| Summary: | Cannot insert the same table twice in the Query Designer | ||
|---|---|---|---|
| Product: | [Applications] KEXI | Reporter: | Dimitrios T Tanis <dimitrios.tanis> |
| Component: | Queries | Assignee: | Kexi Bugs <kexi-bugs> |
| Status: | CONFIRMED --- | ||
| Severity: | wishlist | CC: | wllacer |
| Priority: | NOR | ||
| Version First Reported In: | 3.0.x | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | Sample database | ||
|
Description
Dimitrios T Tanis
2011-07-15 23:51:53 UTC
Should be supported indeed. It is supported in the SQL view: e.g. [SELECT * FROM TABLE1 AS T, TABLE1 AS S WHERE ...] works, and we support this by allowing aliases in our parser. Using the SQL view for such queries is the current workaround. *** Bug 299031 has been marked as a duplicate of this bug. *** Created attachment 70765 [details]
Sample database
copied from report #299031 by Werner
|