shuxinqin / Chloe

A lightweight and high-performance Object/Relational Mapping(ORM) library for .NET --C#
https://github.com/shuxinqin/Chloe/wiki
MIT License
1.52k stars 455 forks source link

ReplaceInto #357

Closed MeisterLone closed 12 months ago

MeisterLone commented 1 year ago

Hi shuxinqin

Thank you for your work on this project.

I am trying to do InsertRange orm function but I dont want exception on duplicate Primary key. I want to replace exiting record. I can achieve this normally by using ReplaceInto SQL query. Does Chloe not support range replace?

Thanks!!

shuxinqin commented 1 year ago

Yes, Chloe is not support range replace now and i do not know how to implement it so far. - -