Deprecate the "InsertAuthzsIndividually" feature flag, which has been set to true in both Staging and Production. Delete the code guarded behind that flag being false, namely the ability of the MultiInserter to return the newly-created IDs from all of the rows it has inserted. This behavior is being removed because it is not supported in MySQL / Vitess. Fixes https://github.com/letsencrypt/boulder/issues/7718 --- > [!WARNING] > ~~Do not merge until IN-10737 is complete~~ |
||
---|---|---|
.. | ||
gorm.go | ||
gorm_test.go | ||
interfaces.go | ||
map.go | ||
map_test.go | ||
multi.go | ||
multi_test.go | ||
qmarks.go | ||
qmarks_test.go | ||
rollback.go | ||
rollback_test.go | ||
transaction.go |