-
-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* remove accident file * add included cols for index output * update copyright date * Updated bundled installer * follow column naming convention * Updated bundled installer * remove appveyor ci * exclude lint rule * Updated bundled installer * clean up docs * only return result set if rows * improve unit test independence from tsqlt schema * Updated bundled installer * improve unit tests * fix typo * fix test * ignore lint for autogen file * skip ci for artifact * fix db context * pluralize col to match existing * Updated bundled installer [skip ci] * tsqllint cant peek inside dynamic sql * Updated bundled installer [skip ci] * fix ssl issues * fix ssl in unit tests * fix sp_doc artifact ssl issue Co-authored-by: lowlydba <[email protected]>
- Loading branch information
Showing
19 changed files
with
190 additions
and
272 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,5 +42,5 @@ jobs: | |
- name: Commit bundled installer script | ||
uses: stefanzweifel/[email protected] | ||
with: | ||
commit_message: Updated bundled installer | ||
commit_message: Updated bundled installer [skip ci] | ||
file_pattern: ${{ env.INSTALLER_FILE }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,6 +8,8 @@ on: | |
branches: | ||
- main | ||
pull_request: | ||
paths-ignore: | ||
- install_dba-multitool.sql | ||
|
||
jobs: | ||
build: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.