Sql Server Compact Limitations — design decision or work in progress?

。_饼干妹妹 提交于 2019-12-11 15:10:40

问题


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?


回答1:


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



来源:https://stackoverflow.com/questions/21288228/sql-server-compact-limitations-design-decision-or-work-in-progress

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!