From owner-freebsd-hackers@FreeBSD.ORG Mon May 14 22:45:29 2007 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 28F8E16A402 for ; Mon, 14 May 2007 22:45:29 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 1732A13C43E for ; Mon, 14 May 2007 22:45:29 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 984561A3C19; Mon, 14 May 2007 15:46:18 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 34C6752A38; Mon, 14 May 2007 18:45:28 -0400 (EDT) Date: Mon, 14 May 2007 18:45:28 -0400 From: Kris Kennaway To: "Rick C. Petty" Message-ID: <20070514224528.GB6849@xor.obsecurity.org> References: <20070514082512.GA25544@lpthe.jussieu.fr> <20070514215247.GA79797@keira.kiwi-computer.com> <20070514220637.GA6849@xor.obsecurity.org> <20070514222645.GB79797@keira.kiwi-computer.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070514222645.GB79797@keira.kiwi-computer.com> User-Agent: Mutt/1.4.2.2i Cc: freebsd-hackers@freebsd.org, Kris Kennaway Subject: Re: DPS Initial Ideas X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2007 22:45:29 -0000 On Mon, May 14, 2007 at 05:26:45PM -0500, Rick C. Petty wrote: > On Mon, May 14, 2007 at 06:06:37PM -0400, Kris Kennaway wrote: > > > > Some of the fields can (and do) have unbounded length. > > > > Kris > > Where is that specified in the SQL spec? Or are you just saying that > SQLite provides this flexibility? I am saying that some of the fields in INDEX have unbounded length, so you'd better be prepared to handle it. Kris