fix_batch_insert_interface_slice #1504

Closed
joelBai wants to merge 5 commits from fix_batch_insert_interface_slice into master
Contributor

solution for xorm issue#1503

solution for [xorm issue#1503](https://gitea.com/xorm/xorm/issues/1503)
joelBai changed title from WIP: fix_batch_insert_interface_slice to fix_batch_insert_interface_slice 2020-01-06 02:59:04 +00:00
lunny reviewed 2020-01-06 05:12:13 +00:00
Dismissed
@ -567,0 +576,4 @@
Userinfo{Username: "xlw22", Departname: "dev", Alias: "lunny3", Created: time.Now()},
}
cnt, err := testEngine.Insert(&users)
if err != nil {
Owner

assert.NoError(t, err)

```assert.NoError(t, err)```
Author
Contributor

done

done
lunny added the
kind
enhancement
label 2020-01-06 08:06:49 +00:00
Owner

CI failed.

CI failed.
lunny added this to the 1.1.1 milestone 2020-03-10 02:29:00 +00:00
Owner

Please resolve the conflicts.

Please resolve the conflicts.
Author
Contributor

用于合并的分支修改基于两个月前的master,请问我现在需要移除项目重新fork,修改后重新提一个pr吗?

用于合并的分支修改基于两个月前的master,请问我现在需要移除项目重新fork,修改后重新提一个pr吗?
Owner

@joelBai You can rebase master or refork.

@joelBai You can `rebase master` or refork.
joelBai closed this pull request 2020-03-12 08:39:43 +00:00
lunny removed this from the 1.1.1 milestone 2020-03-23 12:50:00 +00:00
Some checks failed
continuous-integration/drone/pr Build is failing

Pull request closed

Sign in to join this conversation.
No description provided.