Dapper.Bulk icon indicating copy to clipboard operation
Dapper.Bulk copied to clipboard

TableAttribute.Schema property is ignored

Open SomeoneIsWorking opened this issue 5 years ago • 1 comments

Dapper.Bulk expects schema name to be in TableAttribute.Name property such as [Table("<schema>.<table-name>")] But completely ignores TableAttribute.Schema property And I also use Dapper.SimpleCRUD which uses TableAttribute.Schema property and doesn't work if schema is in the table name

SomeoneIsWorking avatar Mar 12 '21 14:03 SomeoneIsWorking

Dapper also automatically opens and closes connection if it wasn't open before but this library doesn't do it Also no reason nullables shouldn't be supported

SomeoneIsWorking avatar Mar 12 '21 15:03 SomeoneIsWorking