DapperLib / Dapper.Contrib

Dapper community contributions - additional extensions for Dapper
Other
268 stars 99 forks source link

fix: postgres column names weren't mapped correctly #147

Open tropcicstefan opened 2 years ago

tropcicstefan commented 2 years ago

When postgre column names are case sensitive (e.g. 'Name') they need escaping. Here insert wasn't working for us because there isn't column with lowercased name.