Open
Description
- Azure Functions SQL Extension or Extension Bundle Version: 3.0.461
- Is this a deployed or local function: local
- What type of Database are you using? Microsoft SQL Azure (RTM) - 12.0.2000.8
Jan 3 2024 16:32:18
Copyright (C) 2022 Microsoft Corporation - List any custom settings for your function app. This could be a custom time-out defined specifically for your database server or optional configuration that can be customized for the app defined here.
Steps to Reproduce:
- Azure SQL Database with collation Finnish_Swedish_CI_AI
- Create table with above collation with some nvarchar and varchar columns
- Turn on database server change tracking
- Turn on table change tracking
- Create function with SqlTrigger to above table
- Run function
- Function failes with error: Failed to check for changes in table 'Tablename' due to exception: Microsoft.Data.SqlClient.SqlException. Exception message: Cannot resolve the collation conflict between "Finnish_Swedish_CI_AI" and "SQL_Latin1_General_CP1_CI_AS" in the equal to operation.