문제

I'm using Sql Server Compact for automated integration tests of our web application, which runs the latest version of Sql Server (large? uncondensed?). The idea was to use a more lightweight database to mimic our own, which would be easy to create and destroy for tests.

I'm aware of the limitations that CE has in comparison to Sql Server, and am willing to work around these by either trying to avoid the features that aren't supported in CE or working around the tests for the areas of our app that use these features.

My question, though: is there any reason to believe these limitations will eventually be overcome in future releases of Sql CE, or will I have to perpetually work around them for my testing needs?

도움이 되었습니까?

해결책

You will have to perpetually work around them for your testing needs, and no future version of SQL Server Compact is planned

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top