Commit c56816d
authored
Sync Repos: for release 170.15.0 (#112)
* Merged PR 1534420: Added tests for Fuzzy String Matching Intrinsics
Added tests for below Fuzzy String Matching functions:
EDIT_DISTANCE
EDIT_DISTANCE_SIMILARITY
JARO_WINKLER_DISTANCE
JARO_WINKLER_SIMILARITY
----
#### AI description (iteration 1)
#### PR Classification
New feature: Added tests for fuzzy string matching intrinsics.
#### PR Summary
This pull request introduces new tests for fuzzy string matching functions.
- Added `FuzzyStringMatchingTests160.sql` with test cases for `EDIT_DISTANCE`, `EDIT_DISTANCE_SIMILARITY`, `JARO_WINKLER_DISTANCE`, and `JARO_WINKLER_SIMILARITY`.
- Updated `Only160SyntaxTests.cs` to include the new test script with zero expected errors.
- Added baseline file `FuzzyStringMatchingTests160.sql` for the new test cases.
* Merged PR 1535135: Adding Regexp table valued functions parser tests
Added Regexp TVFs to the sql script schema and added parser tests to validate in compatibility 170.
Adding Regexp table valued functions parser tests
----
#### AI description (iteration 1)
#### PR Classification
New feature
#### PR Summary
This pull request adds tests for Regexp table-valued functions (TVFs) in SQL Server.
- Added `Only170SyntaxTests.cs` to include new parser tests for Regexp TVFs.
- Updated `ParserTest.cs` to include a new `ParserTest170` class for handling SQL Server 170 syntax.
- Added test scripts `RegexpTVFTests170.sql` under `Baselines170` and `TestScripts` directories to validate Regexp TVFs.
- Modified `CodeGenerationSupporter.cs` to include constants for `REGEXP_MATCHES` and `REGEXP_SPLIT_TO_TABLE`.
- Updated `TSql170.g` to recognize `REGEXP_MATCHES` and `REGEXP_SPLIT_TO_TABLE` as valid functions.
Related work items: #3584646
* Merged PR 1537101: Adding missing eventname CREATE_VECTOR_INDEX
Adding missing eventname CREATE_VECTOR_INDEX
----
#### AI description (iteration 1)
#### PR Classification
New feature
#### PR Summary
This pull request adds support for the `CREATE_VECTOR_INDEX` event name in the T-SQL parser.
- `SqlScriptDom/Parser/TSql/EventNotificationEventType.cs`: Added `CreateVectorIndex` event type with value 344.
* [Security] Update .NET SDK to latest patch version
* Merged PR 1548989: Adding Release notes for 170.12.0 and 170.15.0
Adding Release notes for 170.12.0
----
#### AI description (iteration 1)
#### PR Classification
Documentation
#### PR Summary
This pull request adds release notes for version 170.12.0 of `Microsoft.SqlServer.TransactSql.ScriptDom`.
- Added `release-notes/170.3/170.12.0.md` with details on target platform support, dependencies, and changes.
- Notable changes include the removal of support for .NET Standard, dropping support for .NET 6, and adding support for .NET 8.
---------1 parent d44ca9b commit c56816d
File tree
14 files changed
+212
-2
lines changed- SqlScriptDom/Parser/TSql
- Test/SqlDom
- Baselines160
- Baselines170
- TestScripts
- release-notes/170
14 files changed
+212
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
798 | 798 | | |
799 | 799 | | |
800 | 800 | | |
| 801 | + | |
| 802 | + | |
801 | 803 | | |
802 | 804 | | |
803 | 805 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1091 | 1091 | | |
1092 | 1092 | | |
1093 | 1093 | | |
| 1094 | + | |
| 1095 | + | |
| 1096 | + | |
| 1097 | + | |
| 1098 | + | |
1094 | 1099 | | |
1095 | 1100 | | |
1096 | 1101 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18966 | 18966 | | |
18967 | 18967 | | |
18968 | 18968 | | |
18969 | | - | |
| 18969 | + | |
18970 | 18970 | | |
18971 | 18971 | | |
18972 | 18972 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
465 | 465 | | |
466 | 466 | | |
467 | 467 | | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
| 489 | + | |
| 490 | + | |
| 491 | + | |
| 492 | + | |
| 493 | + | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
| 504 | + | |
468 | 505 | | |
469 | 506 | | |
470 | 507 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
0 commit comments