Skip to content

Commit 656cfee

Browse files
authored
Sync repos: commits for release 180.6.0 (#199)
Sync repos: commits for release 180.6.0 (#199)
1 parent 265ba33 commit 656cfee

29 files changed

+38122
-53
lines changed

.github/copilot-instructions.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ ScriptDom is a library for parsing and generating T-SQL scripts. It is primarily
2828
- `Test/SqlDom/` — unit tests, baselines and test scripts. See `Only170SyntaxTests.cs`, `TestScripts/`, and `Baselines170/`.
2929
- `.github/instructions/testing.guidelines.instructions.md` — comprehensive testing framework guide with patterns and best practices.
3030
- `.github/instructions/function.guidelines.instructions.md` — specialized guide for adding new T-SQL system functions.
31+
- `.github/instructions/database_option.guidelines.instructions.md` — specialized guide for adding database options (ALTER/CREATE DATABASE SET options).
3132

3233
## Developer workflow & conventions (typical change cycle)
3334
1. Add/modify grammar rule(s) in the correct `TSql*.g` (pick the _version_ the syntax belongs to).
@@ -202,6 +203,7 @@ include: .github/instructions/parser.guidelines.instructions.md
202203
include: .github/instructions/function.guidelines.instructions.md
203204
include: .github/instructions/new_data_types.guidelines.instructions.md
204205
include: .github/instructions/new_index_types.guidelines.instructions.md
206+
include: .github/instructions/database_option.guidelines.instructions.md
205207
include: .github/instructions/debugging_workflow.guidelines.instructions.md
206208
include: .github/instructions/grammer.guidelines.instructions.md
207209
include: .github/instructions/testing.guidelines.instructions.md

0 commit comments

Comments
 (0)