From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [OSSTEST PATCH 09/33] standalone mode: Fix two SQL `TRUE's Date: Fri, 18 Sep 2015 10:26:23 +0100 Message-ID: <1442568383.18856.274.camel@citrix.com> References: <1442511480-32587-1-git-send-email-ian.jackson@eu.citrix.com> <1442511480-32587-10-git-send-email-ian.jackson@eu.citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta5.messagelabs.com ([195.245.231.135]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1Zcrw3-00061S-8D for xen-devel@lists.xenproject.org; Fri, 18 Sep 2015 09:26:27 +0000 In-Reply-To: <1442511480-32587-10-git-send-email-ian.jackson@eu.citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Jackson , xen-devel@lists.xenproject.org List-Id: xen-devel@lists.xenproject.org On Thu, 2015-09-17 at 18:37 +0100, Ian Jackson wrote: > SQL has no portable boolean true literal (really). SQLite3 does not > understand `TRUE'. Use `1=1' instead. > > This means that mg-show-flight-runvars -a will work in standalone > mode. > > Signed-off-by: Ian Jackson Acked-by: Ian Campbell