Fix insertMultipleStruct to insert null value under certain circumstances #2077
No reviewers
Labels
No Label
backport/done
backport/v1
blocked
db
oracle
db
sqlserver
duplicate
feature
cache
frontport/done
frontport/main
invalid
kind
breaking
kind
bug
kind
build
kind
dependencies
kind
docs
kind
driver
kind
enhancement
kind
feature
kind
performance
kind
proposal
kind
question
kind
refactor
kind
testing
need
feedback
need
test
proposal:accepted
RaspBerry Pi
regression
skip-changelog
upstream
wip
wontfix
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: xorm/xorm#2077
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "satorunooshie/xorm:satorunooshie-patch-insertMultipleStruct"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The behavior of multi insertion of null differs from that of single insertion.
On the other hand, behavior between single and bulk insertion of null using pointer of struct field is identical.
Please see the example below.
What blocks merging?
@satorunooshie Please force push this PR because it seems it's broken for some unknow reason.
@lunny I force pushed, and however if this PR has been broken yet, I would make new PR instead.
@lunny Hi. Do you have any problems?
@satorunooshie Thanks!!!