Details
-
Suggestion
-
Resolution: Out of scope
-
P5: Not important
-
4.4.0
-
None
Description
QSqlRelationalTableModel: The select statement generated should use table names instead of aliases, this makes it easier for a filter to be specified that could end up being ambigious because of two tables having the same column name. If an alias is used then its difficult for the user to know what that alias is, always specifying the table name as part of the query would ensure this works smoothly.