Hello, Currently we use Sql Anywhere with EntityFramework and we simply map stored procedures onto the context. We have an issue with nullable fields in a table. When we create a complex type ( as a return data from a stored procedure ), all fields which are nullable in the database are marked as not null in the complex type and thus fail when we actually try to call that sp. We have to manually set all fields to nullable on the complex type. If we need to update a stored procedure then the complex type gets all its properties back to non nullable and starts failing again so we have to repeat the process. Any chance this annoying bug can be solved ? |
Please provide your SQLA Version for reference