Skip to content

Commit b34205d

Browse files
committed
fix ordering
1 parent a63f436 commit b34205d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/tools/sqlpackage/release-notes-sqlpackage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,12 @@ dotnet tool install -g microsoft.sqlpackage --version 170.3.93
5050

5151
| Feature | Details |
5252
| --- | --- |
53-
| SQL projects | Fixed an issue where building a SQL project with an inline clustered columnstore index definition on a table would fail with a syntax error. [GitHub issue](https://github.com/microsoft/DacFx/issues/719) |
54-
| SQL projects | Fixed an issue where a clustered columnstore index on a table with `NVARCHAR(MAX)` or other LOB-type columns would incorrectly report an error that columnstore indexes aren't supported with vector columns. [GitHub issue](https://github.com/microsoft/DacFx/issues/713) |
5553
| Deployment | Fixed a bug with deploying to SQL database in Microsoft Fabric when the target database includes a security policy. |
5654
| Export | Fixed an issue where exported `.dacpac` files would fail XSD schema validation due to boolean attribute values using `True`/`False` instead of lowercase `true`/`false`. [GitHub issue](https://github.com/microsoft/DacFx/issues/604) |
5755
| Import | Fixed an issue where importing a table with special characters in the name (such as `/`, `"`, or `$`) would silently fail to import data without warning the user. [GitHub issue](https://github.com/microsoft/DacFx/issues/637) |
5856
| Ledger | Fixed an issue where a ledger table with a computed column would cause a `NullReferenceException` during model validation and build. [GitHub issue](https://github.com/microsoft/DacFx/issues/735) |
57+
| SQL projects | Fixed an issue where building a SQL project with an inline clustered columnstore index definition on a table would fail with a syntax error. [GitHub issue](https://github.com/microsoft/DacFx/issues/719) |
58+
| SQL projects | Fixed an issue where a clustered columnstore index on a table with `NVARCHAR(MAX)` or other LOB-type columns would incorrectly report an error that columnstore indexes aren't supported with vector columns. [GitHub issue](https://github.com/microsoft/DacFx/issues/713) |
5959
| Vector | Fixed an issue where procedures using `VECTOR_SEARCH` would report a validation warning that the column reference couldn't be resolved. [GitHub issue](https://github.com/microsoft/DacFx/issues/706) |
6060

6161

0 commit comments

Comments
 (0)