mirror of
https://github.com/microsoft/BCQuality.git
synced 2026-08-06 17:36:53 +01:00
TCOG
This commit is contained in:
parent
45d8a6de32
commit
304900ea14
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue