EntityFramework-Plus icon indicating copy to clipboard operation
EntityFramework-Plus copied to clipboard

Coded batch update and batch delete support for SAP Hana. Can you incorporate it into the official repo?

Open vitorortuondo opened this issue 7 years ago • 2 comments

Hello,

I've coded support for batch updates and deletes for SAP Hana but since there's no write access to create a new branch hence a new pull request I am sending attached a patch file. Can you incorporate these changes into the repository so it gets into your next release please?

Regards, Victor

0001-Added-Hana-support-to-BatchDelete-and-BatchUpdate.zip

vitorortuondo avatar Sep 07 '18 15:09 vitorortuondo

Hello @vitorortuondo ,

Thank a lot,

You normally need to create a fork and make a pull request if you want we apply your changes.

Do you want to try it? Otherwise, that's fine, we can do a compare on our side as well.

Best Regards,

Jonathan


Performance Libraries context.BulkInsert(list, options => options.BatchSize = 1000); Entity Framework ExtensionsEntity Framework ClassicBulk OperationsDapper PlusLinqToSql Plus

Runtime Evaluation Eval.Execute("x + y", new {x = 1, y = 2}); // return 3 C# Eval FunctionSQL Eval Function

JonathanMagnan avatar Sep 07 '18 22:09 JonathanMagnan

Hello Jonathan, I'll give it a go next Monday and let you know. V.

On Sat, 8 Sep 2018, 00:55 Jonathan Magnan, [email protected] wrote:

Hello @vitorortuondo https://github.com/vitorortuondo ,

Thank a lot,

You normally need to create a fork and make a pull request if you want we apply your changes.

Do you want to try it? Otherwise, that's fine, we can do a compare on our side as well.

Best Regards,

Jonathan

Performance Libraries context.BulkInsert(list, options => options.BatchSize = 1000); Entity Framework Extensions http://entityframework-extensions.net/ • Entity Framework Classic http://entityframework-classic.net/ • Bulk Operations http://bulk-operations.net/ • Dapper Plus http://dapper-plus.net/ • LinqToSql Plus http://linqtosql-plus.net/

Runtime Evaluation Eval.Execute("x + y", new {x = 1, y = 2}); // return 3 C# Eval Function http://eval-expression.net/ • SQL Eval Function http://eval-sql.net/

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/zzzprojects/EntityFramework-Plus/issues/406#issuecomment-419587353, or mute the thread https://github.com/notifications/unsubscribe-auth/ANmbahGfUsqPIRY_H_tqd6H7D8o_12oGks5uYvlcgaJpZM4WfD_F .

vitorortuondo avatar Sep 08 '18 11:09 vitorortuondo