Ticket Hash: | a91047338463c392d26b16f3a8fa33c2c19e7563 | ||
Title: | System.Data.SQLite rebuild from NuGet | ||
Status: | Closed | Type: | Question |
Severity: | Minor | Priority: | Medium |
Subsystem: | Native_Assembly | Resolution: | Works_As_Designed |
Last Modified: |
2016-04-19 01:48:49 9.20 years ago |
Created: |
2016-04-18 21:04:14 9.20 years ago |
Version Found In: |
User Comments: | ||||
anonymous added on 2016-04-18 21:04:14:
I am making a project, and I might want to use the soundex function in my queries. I acquired SQLite from NuGet, and I can't figure out how to build the SQLite project again with the SQLITE_SOUNDEX option. I can't seem to locate the root folder anywhere with the solution for it to manually build the project, a la the "how to build" page on this site. mistachkin added on 2016-04-19 01:48:49: Rebuilding is not necessary, the SQLite interop assembly (SQLite.Interop.dll) is already compiled with SQLITE_SOUNDEX enabled. |