Accumulates structured database changes during an active transaction.

Append/remove pairs that cancel within the same transaction are coalesced, and duplicate modify/sysvar entries for the same target are ignored.

Constructors

Methods

  • Records the value of a system variable before mutation.

    Only the first sysvar entry per normalized name is kept.

    Parameters

    • name: string

      System variable name (case-insensitive)

    • before: unknown

      Value observed before the mutation

    Returns void