add IsZero check for custom struct column in the Update method (#2417) #1

Open
tylerthail2019 wants to merge 6 commits from xorm/xorm:v1 into v1

Co-authored-by: tyler tyler@mbp.com
Co-authored-by: Lunny Xiao xiaolunwen@gmail.com
Reviewed-on: xorm/xorm#2417
Reviewed-by: Lunny Xiao xiaolunwen@gmail.com
Co-authored-by: tylerthail2019 tylerthail2019@noreply.gitea.com
Co-committed-by: tylerthail2019 tylerthail2019@noreply.gitea.com

Co-authored-by: tyler <tyler@mbp.com> Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> Reviewed-on: https://gitea.com/xorm/xorm/pulls/2417 Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: tylerthail2019 <tylerthail2019@noreply.gitea.com> Co-committed-by: tylerthail2019 <tylerthail2019@noreply.gitea.com>
tylerthail2019 added 1 commit 2024-04-01 14:37:37 +00:00
add IsZero check for custom struct column in the Update method (#2417)
Co-authored-by: tyler <tyler@mbp.com>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Reviewed-on: xorm/xorm#2417
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: tylerthail2019 <tylerthail2019@noreply.gitea.com>
Co-committed-by: tylerthail2019 <tylerthail2019@noreply.gitea.com>
34e62e9b4c
tylerthail2019 closed this pull request 2024-04-01 14:44:07 +00:00
tylerthail2019 reopened this pull request 2024-04-01 14:47:38 +00:00
lunny added 1 commit 2024-04-02 04:26:44 +00:00
Add includeNil requiredField Check when custom struct field IsZero in Update method. (#2438)
Add includeNil requiredField Check when custom struct field IsZero in Update method.

Co-authored-by: tyler <tyler@mbp.com>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Reviewed-on: xorm/xorm#2438
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: tylerthail2019 <tylerthail2019@noreply.gitea.com>
Co-committed-by: tylerthail2019 <tylerthail2019@noreply.gitea.com>
589acfff86
lunny added 1 commit 2024-04-24 11:37:04 +00:00
lunny added 1 commit 2024-04-24 13:47:09 +00:00
fix: Legacy MsSQL - legacy offset select sql command bug #2446 (#2448)
fix for MsSQL legacy bug

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Reviewed-on: xorm/xorm#2448
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: Dacian Stanciu <daci28@yahoo.com>
Co-committed-by: Dacian Stanciu <daci28@yahoo.com>
4e74c80b67
lunny added 1 commit 2024-04-27 14:14:18 +00:00
suwro (#2453)
please release v1.3.10

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: Dacian Stanciu <dacian.stanciu@just.ro>
Reviewed-on: xorm/xorm#2453
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: Dacian S <suwro@noreply.gitea.com>
Co-committed-by: Dacian S <suwro@noreply.gitea.com>
3bc2ea24f6
lunny added 1 commit 2024-04-28 16:12:20 +00:00
fix: Sync2 will remove AUTO_INCREMENT unexpectly (#2444) (#2445)
fix #2444

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Reviewed-on: xorm/xorm#2445
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: lijunshi <lijunshi2015@163.com>
Co-committed-by: lijunshi <lijunshi2015@163.com>
c6d05fa553
lunny added 1 commit 2024-05-09 12:47:04 +00:00
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u v1:xorm-v1
git checkout xorm-v1

Merge

Merge the changes and update on Gitea.
git checkout v1
git merge --no-ff xorm-v1
git checkout v1
git merge --ff-only xorm-v1
git checkout xorm-v1
git rebase v1
git checkout v1
git merge --no-ff xorm-v1
git checkout v1
git merge --squash xorm-v1
git checkout v1
git merge --ff-only xorm-v1
git checkout v1
git merge xorm-v1
git push origin v1
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: tylerthail2019/xorm#1
No description provided.