NxEnterprise
    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-cloud record -- pnpm nx conformance:check
Sign in / Sign up
Succeeded
CI Pipeline Execution

nx-cloud record -- pnpm nx conformance:check

Click to copy
Linux
4 CPU cores
943c5c7434977

© 2026 - Nx Cloud

Terms of ServicePrivacy PolicyChangelogStatusDocsContact Nx CloudPricingCompany@NxDevTools