Skip to content

Commit

Permalink
Merge pull request #287 from MarkMpn/collation
Browse files Browse the repository at this point in the history
Collation
+semver: minor
  • Loading branch information
MarkMpn authored Apr 29, 2023
2 parents 6d347ef + 2952a50 commit 0357663
Show file tree
Hide file tree
Showing 129 changed files with 4,766 additions and 3,002 deletions.
10 changes: 6 additions & 4 deletions AutocompleteMenu/AutocompleteMenu-ScintillaNET.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<RootNamespace>AutocompleteMenuNS</RootNamespace>
<AssemblyName>AutocompleteMenu-ScintillaNET</AssemblyName>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<RuntimeIdentifiers>win</RuntimeIdentifiers>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
</PropertyGroup>
Expand All @@ -34,9 +35,6 @@
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="ScintillaNET, Version=3.6.3.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\jacobslusser.ScintillaNET.3.6.3\lib\net40\ScintillaNET.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
Expand Down Expand Up @@ -70,7 +68,11 @@
</ItemGroup>
<ItemGroup>
<None Include="package.nuspec" />
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="jacobslusser.ScintillaNET">
<Version>3.6.3</Version>
</PackageReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Expand Down
4 changes: 0 additions & 4 deletions AutocompleteMenu/packages.config

This file was deleted.

15 changes: 14 additions & 1 deletion AzureDataStudioExtension/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,17 @@

## [v7.1.0](https://github.com/MarkMpn/Sql4Cds/releases/tag/v7.1.0) - 2023-01-31

This is the first release of SQL 4 CDS for Azure Data Studio.
This is the first release of SQL 4 CDS for Azure Data Studio.

## [v7.2.0](https://github.com/MarkMpn/Sql4Cds/releases/tag/v7.2.0) - 2023-04-30

Fixed starting the SQL 4 CDS language server on non-Windows platforms.
Added confirmation prompts and safety limits mirroring the XrmToolBox tool.
Added collation awareness throughout.
Added `PATINDEX`, `UPPER`, `LOWER` and `COLLATIONPROPERTY` functions.
Added `sys.fn_helpcollations()` TVF
Added option to select preferred column order for `SELECT *` queries
Fixed duplicated calculated columns in `SELECT *` queries
Added option to use the recommended degree of parallelism for DML operations.
Added `BATCH_SIZE_n` query hint to control batch size.
Autocomplete improvements handling comments.
8 changes: 4 additions & 4 deletions AzureDataStudioExtension/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 0357663

Please sign in to comment.