cq-panda / Vue.NetCore

(已支持sqlsugar).NetCore、.Net6、Vue2、Vue3、Vite、TypeScript、Element plus+uniapp前后端分离,全自动生成代码;支持移动端(ios/android/h5/微信小程序。http://www.volcore.xyz/
MIT License
3.82k stars 1.27k forks source link

MySQL BulkInsert 无法正确插入数据 #299

Open thkings opened 1 year ago

thkings commented 1 year ago

在压测时发现MySQL数据库,无法插入正确的数据,每次只插入了一条数据。

DataTable转CSV后,替换了回车,导致每次批量插入的实际数据只有1条。

cq-panda commented 1 year ago

是有这个问题,还没处理,这周未更新上