Ticket Hash: | b01215041f97451bec648e87d56706067c84be5b | ||
Title: | Support loading existing managed and unmanaged SQLite extention dll | ||
Status: | Closed | Type: | Feature_Request |
Severity: | Important | Priority: | Medium |
Subsystem: | Integration_Via_PInvoke | Resolution: | Unable_To_Reproduce |
Last Modified: |
2012-12-15 10:16:57 12.55 years ago |
Created: |
2012-12-10 15:58:27 12.56 years ago |
Version Found In: | unknown |
User Comments: | ||||
anonymous added on 2012-12-10 15:58:27:
System.Data.SQLite is a powerful implementation and works in .NET environment very nicely. However, we have come across quite a few cases where some SQLite extension (user-defined) DLLs were aleady developed earlier, written in C++ (mostly unmanaged). We like to be able to load them and use the user functions in our applications developed in C# with System.Data.SQLite. mistachkin added on 2012-12-12 02:13:03: Have you looked into the new EnableExtensions and LoadExtension methods on the SQLiteConnection class? These methods are only available in the source repository at the moment; however, they will be included in the upcoming 1.0.83.0 release. mistachkin added on 2012-12-12 23:37:06: Ticket will be closed after the end-of-business on Friday, December 14th, 2012 if no response is received by then. |