This commit is contained in:
TheDoubleH 2022-02-27 19:00:11 +00:00
parent b943ef6fed
commit 90867b3595
173 changed files with 173 additions and 0 deletions

View file

@ -583,6 +583,7 @@
</div>
<div class="text-muted mt-5 pt-3 border-top">
Last modified February 24, 2022: <a href=https://github.com/microsoft/alguidelines/commit/5ee0436639455a35835c5ce88241d3fad662ee06>Added tags & categories + cleanup (5ee04366)</a>
by waldo1001
</div>
</div>
</main>

View file

@ -629,6 +629,7 @@ Let&rsquo;s consider the VAT Entry table as below:">
<p>A variation using loops could be described, for C/AL development on NAV 6 where query objects are not available.</p>
<div class="text-muted mt-5 pt-3 border-top">
Last modified February 24, 2022: <a href=https://github.com/microsoft/alguidelines/commit/5ee0436639455a35835c5ce88241d3fad662ee06>Added tags & categories + cleanup (5ee04366)</a>
by waldo1001
</div>
</div>
</main>

View file

@ -649,6 +649,7 @@ methods CheckDuplicateAnalysisLineDescription and CheckDuplicateAnalysisColumnHe
<p>A new query object is needed for every type of duplicate check. This could easily explode and create a maintenance problem.</p>
<div class="text-muted mt-5 pt-3 border-top">
Last modified February 24, 2022: <a href=https://github.com/microsoft/alguidelines/commit/5ee0436639455a35835c5ce88241d3fad662ee06>Added tags & categories + cleanup (5ee04366)</a>
by waldo1001
</div>
</div>
</main>

View file

@ -741,6 +741,7 @@ Description One of the core operations in a relational database is joining two o
<p>The query object type could be improved to allow the passing of parameters at runtime, or, in general, being built dynamically at runtime. This will remove the need for multiple static definitions of the same base query used in slightly different contexts.</p>
<div class="text-muted mt-5 pt-3 border-top">
Last modified February 24, 2022: <a href=https://github.com/microsoft/alguidelines/commit/5ee0436639455a35835c5ce88241d3fad662ee06>Added tags & categories + cleanup (5ee04366)</a>
by waldo1001
</div>
</div>
</main>