DapperAOT icon indicating copy to clipboard operation
DapperAOT copied to clipboard

SQL hint: multi-table queries

Open mgravell opened this issue 1 year ago • 1 comments

  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 avatar Sep 14 '23 22:09 mgravell

1: done

mgravell avatar Sep 15 '23 09:09 mgravell