Skip to content

Commit 9068988

Browse files
lowlydbaAppveyor
andauthored
Sp doc display all eps (#213)
* initial add'l EPs for tables * fix param descriptions * Update PULL_REQUEST_TEMPLATE.md * fixing bad merges * convert view EP to table + begin index EP table * add all EP feature for synonyms, sp, scalar functions, table functions * add all EPs for view index + col, and table indexes also add column header to all objects with columns * finalize remaining "all EP" functionality - Fixed minor issue w/ UDTT not displaying PKs in bold - Made main EP into separate table from all others when showing all EPs - Shortened links in comments - semicolon fixing * bump version * ignore test file * CI produced files * new test for @AllExtendedProperties * CI produced files Co-authored-by: Appveyor <[email protected]>
1 parent 9c5fbb6 commit 9068988

File tree

9 files changed

+2155
-775
lines changed

9 files changed

+2155
-775
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
2222
- [ ] I have updated the Version number of any scripts modified.
2323
- [ ] I have updated the documentation accordingly.
24-
- [ ] I have read the [**CONTRIBUTING**](/.github/CONTRIBUTING.md) document.
24+
- [ ] I have read the [**CONTRIBUTING**](https://github.com/LowlyDBA/dba-multitool/blob/master/.github/CONTRIBUTING.md) document.
2525
- [ ] I have added tests to cover my changes.
2626
- [ ] All new and existing tests passed.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
node_modules/*
33
package-lock.json
44
debug.log
5+
test.md

appveyor/sqlcover/Coverage.opencoverxml

Lines changed: 380 additions & 344 deletions
Large diffs are not rendered by default.

appveyor/sqlcover/[dbo].[sp_doc]

Lines changed: 524 additions & 143 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)