This commit is contained in:
Jef Keersmaekers 2026-07-03 13:40:55 +02:00
parent 45d8a6de32
commit 304900ea14
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@ application-area: [all]
## Description ## Description
In tCOG apps, pure reads should set an explicit `ReadIsolation` on the record instance before the read operation. This makes the read semantics intentional instead of inheriting whatever isolation level happens to be active in the surrounding transaction or caller. For display, lookup, and calculation helpers that only read data and do not make decisions that require committed consistency, the default convention is `IsolationLevel::ReadUncommitted`. In TCOG apps, pure reads should set an explicit `ReadIsolation` on the record instance before the read operation. This makes the read semantics intentional instead of inheriting whatever isolation level happens to be active in the surrounding transaction or caller. For display, lookup, and calculation helpers that only read data and do not make decisions that require committed consistency, the default convention is `IsolationLevel::ReadUncommitted`.
## Best Practice ## Best Practice

View file

@ -3,7 +3,7 @@ kind: action-skill
id: al-code-review id: al-code-review
version: 1 version: 1
title: AL code review title: AL code review
description: Reviews AL source changes by composing the AL review leaf skills, using tCOG-specific performance guidance where available. description: Reviews AL source changes by composing the AL review leaf skills, using TCOG-specific performance guidance where available.
inputs: [pr-diff, file-path] inputs: [pr-diff, file-path]
outputs: [findings-report] outputs: [findings-report]
bc-version: [all] bc-version: [all]