Commit ef7c383
committed
fix: add MD031 compliance and division-by-zero protection
- Fix MD031 markdown linting in svg_flowchart_guidelines.md by adding
blank lines around fenced code block
- Add NULLIF/COALESCE to postgre.md DISTINCT ON solution to guard
against division by zero when first_orders is empty, returning 0.00
instead of NULL or error1 parent 10d723b commit ef7c383
2 files changed
Lines changed: 7 additions & 3 deletions
File tree
- .agent/workflows
- SQL/Leetcode/Intermediate Join/1174. Immediate Food Delivery II/Claude Sonnet 4.5 Extended
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
Lines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
90 | | - | |
91 | | - | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
92 | 95 | | |
93 | 96 | | |
94 | 97 | | |
| |||
0 commit comments