-----Original Message-----
On Sat, Mar 21, 2009 at 2:27 AM, Griggs, Donald <[email protected]> wrote: >>>>> >>>>>> However, when I ask the user to send me their deck, I find that: >>>>>> >>>>>> sqlite> pragma integrity_check; >>>>>> integrity_check >>>>>> --------------- >>>>>> ok >>>>>> sqlite> select id, count(id) from cards group by id having >>>>>> count(id) >>>>>>> 1; >>>>>> sqlite> >>>>>> >>>>>> Any ideas? > > Obviously, that user is not playing with a full deck. ;-) > ============================================================= From: [email protected] [mailto:[email protected]] On Behalf Of Damien Elmes Sent: Tuesday, March 24, 2009 2:52 AM To: General Discussion of SQLite Database Subject: Re: [sqlite] problems with shared cache? Sorry, my application's files are called decks, and I unwittingly used the wrong terminology. Any ideas about the problem? ============================================================ Damien, I, if anyone, should apologize -- was just an attempt at humor using an English language idiom metaphor for card games. I'm afraid I don't know enough to help with your shared cache problem (posted 19 March), sorry. It's fortunate, I suppose, that your particular application didn't really need it. Donald _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

