hibernating-rhinos / rhino-etl

Developer friendly ETL Library for .NET
http://hibernatingrhinos.com/open-source/rhino-etl
BSD 3-Clause "New" or "Revised" License
173 stars 54 forks source link

Remove ConventionSqlBulkInsertOperation.PrepareMapping #34

Open mjeson opened 6 years ago

mjeson commented 6 years ago

Bugfix. Overriding PrepareMapping with blank body causes Mapping to always be empty. If required it should be declared abstract. Otherwise, should invoke the base class PrepareMapping.