Commit 8367b6e
authored
Sync Repos: Bringing commits for release 161.9142.1 (#92)
* Merged PR 1450917: Adding CTAS support to the 160Parser
This change adds the ability to parse the CTAS statement which has the "Create Table TblName AS Select" format. So far we support "Create Table tableName With(Distribution) AS Select...) syntax only. This change fixes the syntax error at Select and allows the DW users to run the sql queries with the syntax.
----
#### AI description (iteration 1)
#### PR Classification
New feature: Adding support for CTAS (Create Table As Select) statements in the 160Parser.
#### PR Summary
This pull request introduces support for parsing CTAS statements in the TSql160Parser and includes corresponding unit tests.
- Added `CreateCTASParser160Test` method in `Test/SqlDom/TSqlParserTest.cs` to validate CTAS statement parsing.
- Updated `TSql160.g` to handle `As` keyword for CTAS statements.
- Minor import addition in `Test/SqlDom/PhaseOneParserTest.cs`.
* Merged PR 1446620: Add code coverage configuration file
This is an automatically generated Pull Request which adds a code coverage configuration file - azurepipelines-coverage.yml needed to enable code coverage for this repository.
For more information, please refer to the [documentation](https://learn.microsoft.com/en-us/azure/devops/pipelines/test/codecoverage-for-pullrequests?view=azure-devops#configuring-coverage-settings).
If you have any questions or need support, please reach out to [email protected].
---
For feedback or questions about this PR, please find the contact information in the above description. If none exists, please contact the [Gardener team](mailto:[email protected]) to help route.
---
This change was automatically generated by [1ES Gardener](https://eng.ms/docs/cloud-ai-platform/devdiv/one-engineering-system-1es/1es-docs/gardener/1es-gardener) (a [MerlinBot](https://aka.ms/MerlinBot) extension) which is an initiative by the 1ES team to help repos stay up-to-date with latest tools, features, and best practices.
* [Security] Update .NET SDK to latest patch version
This change updates to the latest patch version for the .NET SDK which contains the latest security fixes.
Note that your global.json does configure `rollForward`, however roll forward will allow for the build to pass when using a different SDK. So, if locally you have a newer patch version installed it will pass, without the `rollforward` it will fail.
CI in many cases installs exactly what is in the global.json, so making sure that your build requires the latest patch version ensures that CI is compliant with those vulnerabilities.
Release notes:
* [6.0.33](https://github.com/dotnet/core/blob/main/release-notes/6.0/6.0.33/6.0.33.md)
---
For feedback or questions about this PR, please contact the [Gardener team](mailto:[email protected]).
---
This change was automatically generated by [1ES Gardener](https://eng.ms/docs/cloud-ai-platform/devdiv/one-engineering-system-1es/1es-docs/gardener/1es-gardener) (a [MerlinBot](https://aka.ms/MerlinBot) extension) which is an initiative by the 1ES team to help repos stay up-to-date with latest tools, features, and best practices.
* Merged PR 1451812: Adds release notes to 191.9142.1
Adds release notes to 191.9142.1, adds the CTAS support to 160 Parser and SDK update
----
#### AI description (iteration 1)
#### PR Classification
Documentation
#### PR Summary
This pull request adds release notes for version 161.9142.1.
- `release-notes/161.91/161.9142.1.md`: Introduces release notes detailing target platform support, updated dependencies, new features, fixed issues, and known issues.
---------
Co-authored-by: MerlinBot <MerlinBot>1 parent d84cc30 commit 8367b6e
File tree
6 files changed
+100
-1
lines changed- SqlScriptDom/Parser/TSql
- Test/SqlDom
- release-notes/161.91
6 files changed
+100
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26510 | 26510 | | |
26511 | 26511 | | |
26512 | 26512 | | |
| 26513 | + | |
| 26514 | + | |
| 26515 | + | |
| 26516 | + | |
| 26517 | + | |
26513 | 26518 | | |
26514 | 26519 | | |
26515 | 26520 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| 11 | + | |
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
533 | 533 | | |
534 | 534 | | |
535 | 535 | | |
| 536 | + | |
| 537 | + | |
| 538 | + | |
| 539 | + | |
| 540 | + | |
| 541 | + | |
| 542 | + | |
| 543 | + | |
| 544 | + | |
| 545 | + | |
| 546 | + | |
| 547 | + | |
| 548 | + | |
| 549 | + | |
| 550 | + | |
| 551 | + | |
| 552 | + | |
| 553 | + | |
| 554 | + | |
| 555 | + | |
| 556 | + | |
| 557 | + | |
| 558 | + | |
| 559 | + | |
| 560 | + | |
| 561 | + | |
| 562 | + | |
| 563 | + | |
| 564 | + | |
| 565 | + | |
| 566 | + | |
| 567 | + | |
| 568 | + | |
| 569 | + | |
| 570 | + | |
| 571 | + | |
| 572 | + | |
| 573 | + | |
| 574 | + | |
| 575 | + | |
| 576 | + | |
| 577 | + | |
| 578 | + | |
| 579 | + | |
| 580 | + | |
| 581 | + | |
| 582 | + | |
| 583 | + | |
| 584 | + | |
| 585 | + | |
| 586 | + | |
| 587 | + | |
| 588 | + | |
| 589 | + | |
| 590 | + | |
| 591 | + | |
| 592 | + | |
| 593 | + | |
| 594 | + | |
| 595 | + | |
536 | 596 | | |
537 | 597 | | |
538 | 598 | | |
| |||
| 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 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| 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 | + | |
0 commit comments