You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
We need more info to debug your particular issue. If you could attach your logs to the issue, it would help us fix the issue much faster.
Note that these instructions are for local development only.
Set the default logging level to Debug and enable logging to a file. To do this ensure the following entries are in your host.json. (instructions)
Get the log file and attach it to this issue. By default this will be in %TMP%/LogFiles/Application/Functions/Host.
NOTE Debug logging will include information such as Database and table names, if you do not wish to include this information you can either redact it from the logs before attaching or let us know and we will provide a way to send logs directly to us.
@jakehatinen I couldn't repro the issue on my local function on SQL 16 version. Going to try installing the specified version and try to see if I can repro the issue, meanwhile can you share logs.
Jan 3 2024 16:32:18
Copyright (C) 2022 Microsoft Corporation
Steps to Reproduce:
The text was updated successfully, but these errors were encountered: