mirror of
https://github.com/microsoft/BCQuality.git
synced 2026-08-07 01:46:53 +01:00
Sync knowledge articles with review agent instructions
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
parent
f562fba837
commit
5bcdc55df9
62 changed files with 768 additions and 58 deletions
|
|
@ -2,7 +2,8 @@ codeunit 51204 "Perf Sample LockTable Good"
|
|||
{
|
||||
procedure GetOrCreate(var AgentStatus: Record "Integer"): Boolean
|
||||
begin
|
||||
// Read path: no lock.
|
||||
// Read path: consistent read on this record instance only.
|
||||
AgentStatus.ReadIsolation := IsolationLevel::ReadCommitted;
|
||||
if AgentStatus.Get(1) then
|
||||
exit(true);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue