MikaelEliasson / EntityFramework.Utilities

Provides extensions for EntityFramework that doesn't exist out of the box like delete and update by query and bulk inserts
443 stars 176 forks source link

execution timeout implemented. nchar and char suport added. #112

Open felipegouveiae opened 7 years ago

felipegouveiae commented 7 years ago

I've implemented an option that allows to determine the execution timeout. By default I've set it to 10 minutes ( 600 ) seconds.

felipegouveiae commented 7 years ago

Hey @MikaelEliasson , @blastdan , @dahrnsbrak , @adzhiljano

I would love to contribute to the project. This project have helped me a lot in my applications.

I've submited this pull request and I haven't got any updates so far.

Thanks in advance!

RudeySH commented 6 years ago

Unfortunately the original EntityFramework.Utilities project is dead. I've been maintaining a fork for a while now, which includes this pull request. https://github.com/RudeySH/EntityFramework.Utilities