System.Data.SQLite

Login
This project makes use of Eagle, provided by Mistachkin Systems.
Eagle: Secure Software Automation
Ticket Hash: 9a544991bec7bbb7ad483ac3063c423422439e8c
Title: Support virtual tables
Status: Closed Type: Feature_Request
Severity: Important Priority: NextRelease
Subsystem: Integration_Via_PInvoke Resolution: Fixed
Last Modified: 2013-06-25 21:51:16
Version Found In:
Description:
A very nice feature of the SQLite database is not supported in the .net wrapper "virtual tables".

An interface/classes to create and support virtual tables in .new would be nice.

Kind regards
Sylko

<hr /><i>anonymous added on 2011-03-15 20:48:17 UTC:</i><br />
I use sqlite virtual tables for full text search. I don't need any extra support for them, so what is missing?
http://stackoverflow.com/questions/4966478/how-to-perform-full-text-search-using-sqlite-fts3/4972783#4972783

<hr /><i>anonymous added on 2011-03-18 08:38:30 UTC:</i><br />
FTS is one "Module" inside of SQLite and you can use it. But it is not possibe to create/use your own virtual tables in the .Net-Wrapper.
User Comments:
mistachkin added on 2013-06-25 04:46:11: (text/x-fossil-plain)
Work on this feature request is currently pending on the
[/timeline?r=virtualTables] branch.

mistachkin added on 2013-06-25 21:51:16: (text/x-fossil-plain)
Merged to trunk by check-in [2d35b79c48].