Nx
Enterprise
Nx
fix(core): use upsert instead of INSERT OR REPLACE to avoid FK constraint violations INSERT OR REPLACE does DELETE + INSERT on PK conflict. The bundled SQLite has SQLITE_DEFAULT_FOREIGN_KEYS=1, so the implicit DELETE on task_details fails when child rows exist in task_history or cache_outputs. Use ON CONFLICT DO UPDATE (upsert) which updates in-place without deleting. [Self-Healing CI Rerun]
nx build workspace-plugin
Sign in / Sign up
Open main menu
Succeeded
CI Pipeline Execution
nx build workspace-plugin
Click to copy
943c5c74
34977
97%
Cache hits
28 of 29 tasks used cache.