vijirams / csharp-sqlite

Automatically exported from code.google.com/p/csharp-sqlite
Other
0 stars 0 forks source link

Here's the patch to get csharp-sqlite working on Windows Phone 7 #79

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Windows Phone 7 does not support direct file access, and has a separate 
isolated storage API. I've added some #ifdefs to use those APIs in case on that 
platform. The patch also includes implementations of methods that are missing 
from the .NET framework.

https://gist.github.com/674985

Original issue reported on code.google.com by ko...@koushikdutta.com on 13 Nov 2010 at 1:09

GoogleCodeExporter commented 8 years ago
Added into 3.7.5 source tree;  Please retest and verify functionality;  If 
possible, can you contribute a small sample Windows Phone 7 solution that we 
can include in the project?

Original comment by noah.hart@gmail.com on 28 Feb 2011 at 2:43

GoogleCodeExporter commented 8 years ago
Issue 108 has been merged into this issue.

Original comment by noah.hart@gmail.com on 29 Mar 2011 at 7:31