You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i use createInBatch like global.GVA_CH.Model(v.Interface).CreateInBatch(datas,1000) OR specified BatchSize,an error will occured. io.EOF error if gormConfig.SkipDefaultTransaction set to true and unpexted packet error if gormConfig.SkipDefaultTransaction set to false.
The document you expected this should be explained
Expected answer
How can i use CreateInBatch in proper way.
The text was updated successfully, but these errors were encountered:
Your Question
When i use createInBatch like
global.GVA_CH.Model(v.Interface).CreateInBatch(datas,1000)
OR specified BatchSize,an error will occured.io.EOF
error ifgormConfig.SkipDefaultTransaction
set to true andunpexted packet
error ifgormConfig.SkipDefaultTransaction
set to false.The document you expected this should be explained
Expected answer
How can i use CreateInBatch in proper way.
The text was updated successfully, but these errors were encountered: