Re: [sqlite] patch to allow integer rtree keys

2008-07-15 Thread Steve Friedman
woodbri at swoodbridge.com wrote: On Fri, Jul 11, 2008 at 9:23 PM, Steve Friedman sfriedman at woti.com wrote: I've just started using the rtree extension, and have found that the 32-bit float for the range keys is not appropriate for me. Please find attached a patch for rtree.c

Re: [sqlite] patch to allow integer rtree keys

2008-07-12 Thread Dan
On Jul 12, 2008, at 2:42 AM, Steve Friedman wrote: Filip Navara wrote: how about actually attaching the patch? :) - Filip On Fri, Jul 11, 2008 at 9:23 PM, Steve Friedman [EMAIL PROTECTED] wrote: I've just started using the rtree extension, and have found that the 32-bit float for

Re: [sqlite] patch to allow integer rtree keys

2008-07-12 Thread Stephen Woodbridge
Dan wrote: On Jul 12, 2008, at 2:42 AM, Steve Friedman wrote: Filip Navara wrote: how about actually attaching the patch? :) - Filip On Fri, Jul 11, 2008 at 9:23 PM, Steve Friedman [EMAIL PROTECTED] wrote: I've just started using the rtree extension, and have found that the 32-bit

Re: [sqlite] patch to allow integer rtree keys

2008-07-12 Thread Russell Leighton
On Jul 12, 2008, at 11:08 AM, Dan wrote: On Jul 12, 2008, at 2:42 AM, Steve Friedman wrote: Filip Navara wrote: how about actually attaching the patch? :) - Filip On Fri, Jul 11, 2008 at 9:23 PM, Steve Friedman [EMAIL PROTECTED] wrote: I've just started using the rtree extension,

Re: [sqlite] patch to allow integer rtree keys

2008-07-11 Thread Steve Friedman
Filip Navara wrote: how about actually attaching the patch? :) - Filip On Fri, Jul 11, 2008 at 9:23 PM, Steve Friedman [EMAIL PROTECTED] wrote: I've just started using the rtree extension, and have found that the 32-bit float for the range keys is not appropriate for me. Please find