System.Data.SQLite

Login
This project makes use of Eagle, provided by Mistachkin Systems.
Eagle: Secure Software Automation
2013-06-25
21:51 Closed ticket [9a544991be]: Support virtual tables plus 3 other changes artifact: 9466daf203 user: mistachkin
21:50
Add all the necessary infrastructure to allow virtual tables to be implemented in managed code. Fix for [9a544991be]. check-in: 2d35b79c48 user: mistachkin tags: trunk
04:46 Pending ticket [9a544991be]: Support virtual tables plus 5 other changes artifact: 829b32d7fd user: mistachkin
2011-10-11
05:50 Ticket [9a544991be]: 1 change artifact: 321076fb0b user: mistachkin
05:47 Ticket [9a544991be]: 1 change artifact: 39d486b101 user: mistachkin
2011-07-07
05:06 Ticket [9a544991be]: 2 changes artifact: e52b9a51b0 user: mistachkin
2011-03-18
08:38 Ticket [9a544991be]: 1 change artifact: 43a7eff51f user: anonymous
2011-03-15
20:48 Ticket [9a544991be]: 3 changes artifact: 3fb3949514 user: anonymous
07:24 New ticket [9a544991be]. artifact: 039b9aae1e user: anonymous

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


anonymous added on 2011-03-15 20:48:17 UTC:
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


anonymous added on 2011-03-18 08:38:30 UTC:
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:
Work on this feature request is currently pending on the
[/timeline?r=virtualTables] branch.

mistachkin added on 2013-06-25 21:51:16:
Merged to trunk by check-in [2d35b79c48].