DapperLib / DapperAOT

Build time tools in the flavor of Dapper
Other
357 stars 19 forks source link

SQL hint: multi-table queries #46

Open mgravell opened 12 months ago

mgravell commented 12 months ago
  1. recommend all column refs be fully qualified
  2. validate that all qualifiers are valid tables or aliases
  3. in the case of joins, validate that the join expression mentions both an incoming and outgoing qualifier
mgravell commented 12 months ago

1: done