DapperLib / DapperAOT

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

Analyzer: detect SELECT column name problems #43

Closed mgravell closed 12 months ago

mgravell commented 12 months ago

Note: requires knowing whether we're binding columns via position or name

if binding by name, SELECT columns should be inspected for:

mgravell commented 12 months ago

done