Commit 791486e
committed
Return explicit column list
While it shouldn't hurt anything here since `ValidateHierarchy` is not expected to be called by code, but rather by humans, we should maintain best practices by returning an explicit list of columns instead of relying on wildcards. Otherwise, if the column list or order changes in the table, the output of the procedure will change. Explicitly listing the columns (and order) helps insulate downstream consumers from such potential changes in the future.1 parent 609ff0e commit 791486e
1 file changed
Lines changed: 3 additions & 1 deletion
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
24 | 26 | | |
25 | 27 | | |
26 | 28 | | |
| |||
0 commit comments