boulder/db
Aaron Gable d9433fe293
Remove 'RETURNING' functionality from MultiInserter (#7740)
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~~
2025-02-19 14:37:22 -08:00
..
gorm.go Replace explicit int loops with range-over-int (#7434) 2024-04-22 10:34:51 -07:00
gorm_test.go Improve MultiInserter (#6572) 2023-01-30 09:45:45 -08:00
interfaces.go Remove 'RETURNING' functionality from MultiInserter (#7740) 2025-02-19 14:37:22 -08:00
map.go sa: refactor how metrics and logging are set up (#7031) 2023-08-08 09:51:23 -07:00
map_test.go Deprecate DisableLegacyLimitWrites & UseKvLimitsForNewOrder flags; remove code using certificatesPerName & newOrdersRL tables (#7858) 2025-01-10 12:50:57 -08:00
multi.go Remove 'RETURNING' functionality from MultiInserter (#7740) 2025-02-19 14:37:22 -08:00
multi_test.go Remove 'RETURNING' functionality from MultiInserter (#7740) 2025-02-19 14:37:22 -08:00
qmarks.go Replace explicit int loops with range-over-int (#7434) 2024-04-22 10:34:51 -07:00
qmarks_test.go Re-enable errcheck linter (#6819) 2023-04-14 15:41:12 -04:00
rollback.go SA: use wrapped database maps/transactions. (#4585) 2019-12-04 13:03:09 -05:00
rollback_test.go It's borpin' time! (#6982) 2023-07-17 14:38:29 -07:00
transaction.go It's borpin' time! (#6982) 2023-07-17 14:38:29 -07:00