Open jakehatinen opened 9 months ago
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.
Debug
and enable logging to a file. To do this ensure the following entries are in your host.json
. (instructions){
"logging": {
"fileLoggingMode": "always",
"logLevel": {
"default": "Debug"
}
}
}
Restart your function and reproduce your issue
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.
Hi, thanks for the reply.
Logs attached. Tested with table created with following:
create table TestTable ( First nvarchar(1000) collate SQL_Latin1_General_CP1_CI_AS, Second nvarchar(20) collate SQL_Latin1_General_CP1_CI_AS, Partition nvarchar(20) collate Finnish_Swedish_CI_AI, constraint PK_VendVendorPostalAddressStaging primary key (Partition, Second) )
In Azure Database db collated Finnish_Swedish_CI_AI 2024-02-27T06-38-09Z-i9.log
Steps to Reproduce: