WithDiffOptions
Experimental Alpha
Options for TriggerDiffHandlerContext#withDiff.
Properties
| Property | Type | Description |
|---|---|---|
castOperationIdAsText? | boolean | Alpha If true, casts operation_id as TEXT in the internal CTE to preserve full 64-bit precision. Use this when you need to ensure operation_id is treated as a string to avoid precision loss for values exceeding JavaScript's Number.MAX_SAFE_INTEGER. When enabled, use TriggerDiffRecord |