File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
docs/codeql/ql-language-reference Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -533,14 +533,21 @@ The query produces these results:
533533
534534+-----------+---------+------+
535535| variant | person | cost |
536- +-----------+---------+------ +
536+ +===========+=========+====== +
537537| default | Alice | 201 |
538+ +-----------+---------+------+
538539| default | Bob | 100 |
540+ +-----------+---------+------+
539541| default | Charles | 100 |
542+ +-----------+---------+------+
540543| default | Diane | 0 |
544+ +-----------+---------+------+
541545| monotonic | Alice | 101 |
546+ +-----------+---------+------+
542547| monotonic | Alice | 200 |
548+ +-----------+---------+------+
543549| monotonic | Bob | 100 |
550+ +-----------+---------+------+
544551| monotonic | Diane | 0 |
545552+-----------+---------+------+
546553
You can’t perform that action at this time.
0 commit comments