Improve insert map generating SQL #1634

Merged
lunny merged 2 commits from lunny/improve_insert_gen into master 2020-03-27 03:13:29 +00:00
Owner
No description provided.
lunny added the
kind
refactor
label 2020-03-26 14:34:31 +00:00
lunny closed this pull request 2020-03-27 03:13:28 +00:00
First-time contributor

这个版本移除了Clone,是计划中移除还是合并错了

// Clone copy all the session's content and return a new session
func (session *Session) Clone() *Session {
	var sess = *session
	return &sess
}
这个版本移除了Clone,是计划中移除还是合并错了 ``` // Clone copy all the session's content and return a new session func (session *Session) Clone() *Session { var sess = *session return &sess } ```
Author
Owner

@chennqqi This is by plan.

@chennqqi This is by plan.
First-time contributor

Clone改用FindAndCount了,坐等更新1.0.2

Clone改用FindAndCount了,坐等更新1.0.2
Sign in to join this conversation.
No description provided.