Re: [sqlite] patch to allow integer rtree keys

2008-07-15 Thread Steve Friedman
wrote: On Fri, Jul 11, 2008 at 9:23 PM, Steve Friedman 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 (based on v1.5)

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

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

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

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.