DapperAOT
DapperAOT copied to clipboard
SQL hint: multi-table queries
- recommend all column refs be fully qualified
- validate that all qualifiers are valid tables or aliases
- in the case of joins, validate that the join expression mentions both an incoming and outgoing qualifier
1: done