-
-
Notifications
You must be signed in to change notification settings - Fork 633
Open
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
To help beginners understand JOINs, it would be nice if SQLiteStudio could display results from JOIN queries by indicating more clearly from which table the columns originate.
I am not entirely sure how this could be done but here are some ideas :
- when a field explicitly has a table qualifier (eg.
SomeTable.SomeField) and noASclause, use that (and not justSomeFieldorSomeField:1in case of ambiguity) in the column ; - do the same if a field is unique among the joined tables and not explicitely qualified ?
- when there is a
*, add a new header above the existing one to show the tables from which the fields come (of course this only works if theFROMclause only contains actual tables/views and not subrequests…).
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request