[sqlite] Best way to represent UUID

2010-11-08 Thread George
Hi there. I'm wondering what the best way to represent a 16 byte UUID in sqlite might be (I didn't see any specific data type for UUIDs in the documentation, but forgive me if there is). I could just stringify or blob it, but I might have to index a large number of items by this identifier (thousa

Re: [sqlite] Best way to represent UUID

2010-11-08 Thread Samuel Adam
On Mon, 08 Nov 2010 12:24:22 -0500, George wrote: > Hi there. I'm wondering what the best way to represent a 16 byte UUID in > sqlite might be (I didn't see any specific data type for UUIDs in the > documentation, but forgive me if there is). > > I could just stringify or blob it, but I might hav

Re: [sqlite] sqlite] Best way to represent UUID

2010-11-08 Thread Black, Michael (IS)
entist Advanced Analytics Directorate Northrop Grumman Information Systems From: sqlite-users-boun...@sqlite.org on behalf of George Sent: Mon 11/8/2010 11:24 AM To: sqlite-users@sqlite.org Subject: EXTERNAL:[sqlite] Best way to represent UUID Hi there. I'm