GitOffice/csharp-sqlite

publicizing methods for use in Mono.Data.Sqlite

Closed this issue · 0 comments

I am in the process of creating a Mono.Data.Sqlite assembly for 
Silverlight/Windows Phone/WinRT and all is going very well. 
I can use the Community.CsharpSqlite assembly and the Mono.Data.Sqlite source 
code from the official Mono github repo. However, I am having a small problem 
with 6 static methods: their visibility.

I have attached a patch that only modifies the signature (visibility) of the 6 
methods. It would be very cool if this could be applied to the official version 
of csharp-sqlite. This will remove the need for using a custom build.

I am hoping to provide a almost identical Mono.Data.Sqlite assembly that can be 
swapped without any code changes depending on the platform.

I hope for some feedback soon.

Original issue reported on code.google.com by mattleib...@gmail.com on 23 Jun 2012 at 3:40

Attachments: