You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Documenting CASCADE delete for orphaned variations
Tests that variations are automatically deleted when their parent
product is deleted due to foreign key constraints with CASCADE delete.
This documents that the noParentProductForVariation error thrown in
searchVariationByGlobalUniqueID is defensive code that won't be
triggered in normal operation, since the database prevents orphaned
variations from existing.
0 commit comments