Hi all,
we have strange problem with "quoted_identifier" in a SQL Anywhere 17 database and a WebApi generated with SnapDevelop.
The WebApi is generated from a couple of DataWindows with the DataWindowConverter.
"DbParam": {
"kfz64": {
"DelimitIdentifier": false,
"TrimSpaces": false
}
We then execute the WebApi function within swagger or PostMan it brings back the correct data without an error.
When we then take a look into the options of the SQL Anywhere Database, the option "quoted_identifier" has changed.
Before the execution it was turned on and now it's turend off and we run into some errors.
BR
Uwe