Incorrect syntax near 'INCLUDE_NULL_VALUES
I get the below error when I execute a REST API method from swagger.
{ "error": { "code": "DatabaseOperationFailed", "message": "Incorrect syntax near 'INCLUDE_NULL_VALUES'.", "status": 500 } }
Can you help us create a repro by supplying samples of:
- database schema
- Dab-config.json
- what you are filling in within the Swagger UI?
- Console output of DAB which shows the generated SQL query and relevant errors?
Hi, I am also facing same issue in get API and post API is working fine.
Please help anyone.
Thanks
This error does not appear when using the latest version of SQL Server. I have also tested this in mssqllocaldb.
Use store procedure instead of table "entities": { "GetUser": { "source": { "object": "dbo.GetUser", "type": "stored-procedure", "key-fields": ["id"]
This error does not appear when using the latest version of SQL Server. I have also tested this in mssqllocaldb.