Fix auto rollback #1491 #2207

Closed
zxysilent wants to merge 6 commits from master into master
First-time contributor

修复当使用 xorm.Context()创建Session,然后Session启用事务后操作会自动Rollback的问题

修复当使用 `xorm.Context()`创建`Session`,然后`Session`启用事务后操作会自动`Rollback`的问题
zxysilent added 1 commit 2023-01-05 13:40:30 +00:00
All checks were successful
continuous-integration/drone/pr Build is passing
886f293211
Fix auto rollback #1491
zxysilent added 1 commit 2023-03-11 03:07:58 +00:00
All checks were successful
continuous-integration/drone/pr Build is passing
e229346b00
fixbug:当为非自增主键时,也不作为修改列
zxysilent added 1 commit 2023-03-11 03:57:04 +00:00
All checks were successful
continuous-integration/drone/pr Build is passing
09a7d22108
Merge branch 'master' into master
zxysilent added 2 commits 2023-03-13 01:10:54 +00:00
zxysilent added 1 commit 2023-03-13 02:39:52 +00:00
All checks were successful
continuous-integration/drone/pr Build is passing
402bac0742
doc ifAddColUpdate
lunny reviewed 2023-07-23 01:04:43 +00:00
@ -18,12 +18,15 @@ import (
"xorm.io/xorm/schemas"
)
// ifAddColUpdate add includePrimaryKey
Owner

This looks like unrelated changes?

This looks like unrelated changes?
lunny closed this pull request 2023-08-07 04:31:17 +00:00
All checks were successful
continuous-integration/drone/pr Build is passing

Pull request closed

Sign in to join this conversation.
No description provided.