> As for actually implementing it yourself from scratch it probably > will have to be done using sqlite_create_function: > http://www.sqlite.org/c3ref/create_function.html. >
I have experience with sqlite and full text search, and I didn't get good results with fts. I had to use an external library called Xapian that worked much, much better. So I would consider that library even if it means adding a dependency. Owen ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Mixxx-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mixxx-devel
