I'm fairly ignorant wrt sqlite, but from what I've found out there appear to be two main implementations for windows phone that folks here are using:
Is there a pros/cons list of these two projects somewhere?
I also haven't seen anything stating that full text search is supported on the WP implementation of any of these. Does anyone know any different? This is a key requirement for my business (and I'm willing to help push to get) and we can't go ahead with our WP implementation of our product until we have this.
If these projects are ported from the core sqlite source code, is it just a matter of defining SQLITE_ENABLE_FTS3
in the projects and recompiling to enable it?