简体   繁体   English

System.Data.SQLite是否支持Compact Framework?

[英]Does System.Data.SQLite Support the Compact Framework?

I was wondering if the most recent versions of System.Data.SQLite support the compact framework. 我想知道最新版本的System.Data.SQLite是否支持紧凑框架。 In the release notes it mentions: 在发行说明中,它提到:

"Compact framework not currently not included. We hope to have this feature included again soon." “目前尚未包含紧凑型框架。我们希望很快再次包含此功能。”

It appears that version 1.0.66.0 does not have this in the release notes but versions like 1.0.69.0 or 1.0.72.0 do. 似乎版本1.0.66.0在发行说明中没有这个,但1.0.69.0或1.0.72.0版本没有。 I'm not really sure what they mean by not included but oddly enough they have .csproj files for a Compact build which would seem to indicate they do support it. 我不确定它们的含义是不是包括在内但奇怪的是它们有.csproj文件用于Compact构建,这似乎表明它们支持它。

If no one knows for sure if it supports it or not is there a good way to test? 如果没有人确定它是否支持它是否有一个好的方法来测试?

Thanks! 谢谢!

Yes, it does. 是的,它确实。

Get the latest version from this website: http://system.data.sqlite.org/index.html/doc/trunk/www/features.wiki 从这个网站获取最新版本: http//system.data.sqlite.org/index.html/doc/trunk/www/features.wiki

Pull down an older version , eg 1.0.66.0 and it's all good. 下拉旧版本 ,例如1.0.66.0,这一切都很好。 It just appears to be some teething trouble whilst the project shifts to its new home. 当项目转移到新家时,这似乎有点麻烦。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM