Skip to content

Commit 1a6b77e

Browse files
authored
Merge pull request #6878 from Forevka/patch-1
Added note about collation to requirements.md
2 parents c6e6c97 + 3826971 commit 1a6b77e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

15/umbraco-cms/fundamentals/setup/requirements.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,13 @@ Below you can find the minimum requirements to run Umbraco 15 on your machine:
2727
When using Visual Studio as your primary Integrated Development Environment (IDE) we recommend [finding and downloading the Software Development Kits (SDKs) for Visual Studio](https://dotnet.microsoft.com/en-us/download/visual-studio-sdks).
2828
{% endhint %}
2929

30+
{% hint style="info" %}
31+
Are you using Microsoft SQL as your data?
32+
The Umbraco Data Access Layer (DAL) does not support case-sensitive naming.
33+
When you use Microsoft SQL as your database, ensure that the database is created using a case-insensitive (CI) collation variant. For example, `SQL_Latin1_General_CP1_CI_AS`.
34+
Learn more about [collation modes](https://learn.microsoft.com/en-us/sql/relational-databases/collations/collation-and-unicode-support?view=sql-server-ver16) in the official Microsoft documentation.
35+
{% endhint %}
36+
3037
## Hosting
3138

3239
### Recommendation requirements to run Umbraco

0 commit comments

Comments
 (0)