[sqlite] Is there an efficient way to insert unique rows (UNIQUE(a, b, c)) into an fts3 virtual table?

2011-10-05 Thread Adrian Aichner
ert unique rows (with constraint UNIQUE(a,b,c)) into an fts3 virtual table? I am using the SQLite 3.5.9 that comes with android-2.1-update1. Thanks! -- Adrian Aichner mailto:adrian.aich...@gmail.com ___ sqlite-users mailing list sqlite-users@sqlit

Re: [sqlite] typo fixing patch for http://www.sqlite.org/version3.html

2010-08-09 Thread Adrian Aichner
. As before, this conversion takes computation time, so programmers are advised to pick a single On Sun, Aug 8, 2010 at 6:00 PM, Adrian Aichner < adrian.aich...@googlemail.com> wrote: > Greetings! > > I hope you'll find this little patch useful. > > I'm not sure whether this webp

[sqlite] typo fixing patch for http://www.sqlite.org/version3.html

2010-08-09 Thread Adrian Aichner
Greetings! I hope you'll find this little patch useful. I'm not sure whether this webpage is auto-generated. In that case the patch should still be useful to spot the typos. Thanks for this great SQL database engine! -- Adrian Aichner mailto:adrian.aich...@gmail.com