X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:date:from:reply-to:reply-to:to:message-id
	:subject:mime-version:content-type:content-transfer-encoding
	:references; q=dns; s=default; b=Xlt0GIzlznmfD+WxKJzPneqFKREz38N
	szNhgAhyrNB/+xltITDE8HfZvCwusVyrr65GZBsI8+SQw00R+BKrooeZb5WdXsSP
	F6co8BG4B8BnEL7PzyYmDujFHHPW++HyRcO04lk9j1c/4JZirU3cmBeV8x78bn7C
	SRVdm6xB98v0=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:date:from:reply-to:reply-to:to:message-id
	:subject:mime-version:content-type:content-transfer-encoding
	:references; s=default; bh=i7Q0V5WABr7IWCYBLqoBhdid48E=; b=cndnq
	tzr/x07lYazrIT3JS0PUrTwp+iB9nVgushntwX6HWrAHtelLEJoVUz2oIGxuMqBy
	bShnrrSTaBBzjzW4xzTcZSHaWYHUm8lUR133aPkfGbWmSdBI84foutgIqTzgS+TZ
	nttVdaT2cfaoRLWc+oUyuuZWiy5MQvPf9QfJXc=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Spam-SWARE-Status: No, score=0.8 required=5.0 tests=BAYES_50,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=H*UA:YahooMailBasic, H*x:YahooMailBasic, H*R:D*yahoo.com, H*UA:x64
X-HELO: sonic304-38.consmr.mail.bf2.yahoo.com
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1550587717; bh=K/uj7n4cS7luI1sDXFnoO+CA35+XtLCU6P/UPlCag3g=; h=Date:From:Reply-To:To:Subject:References:From:Subject; b=SWCRTLMJjk1Bznb804t1XxCPZXeYszrvVqp8faxRSTIuiKQJH0a0qGYpDAJXG2q1f/NfLjSXroG4aoDeBnJKmpHGacy5Px5u/Kvm9XL+HAhXMhij/GCf9If9rdbCLWdQNOwoKTW4DebHkxkHB6mLtnj6BwV9RdKX4Z3DVNO+yn/FKQ5c34tQelD7tr3/CwWkVhkCChHhrVzG+GZ7tNQe3F1iY5WL4uIa9Gz+5nw3zxU/TZCpCee3TJsaKNmsl11s+mNBswju4Yl6fkiUitxJfmlwQpP3d8bLvuzFVwyWudLRudjPn+pg3kxmUUEHLG+Ttzydt7VYGvL6s/69tLjKTA==
Date: Tue, 19 Feb 2019 14:46:37 +0000 (UTC)
From: "iWantToKeepAnon via cygwin" <cygwin@cygwin.com>
Reply-To: iWantToKeepAnon <iwanttokeepanon@yahoo.com>
Reply-To: iWantToKeepAnon <iwanttokeepanon@yahoo.com>
To:  <cygwin@cygwin.com>
Message-ID: <1131472290.1598309.1550587597167@mail.yahoo.com>
Subject: Sqlite 3.23 or better?
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
References: <1131472290.1598309.1550587597167.ref@mail.yahoo.com>

When will Cygwin update Sqlite to v3.23 or better (released in 2018/04)?  As of Sqlite 3.23 TRUE/FALSE aliases were added.  (I searched the archive and could not find this question.)  Support in perl, php, etc... also desired.

From a local compile of 3.27.1:

```
$ ./sqlite3
sqlite> select true;
true
1
changes:   0   total_changes: 0
sqlite> select false;
false
0
sqlite> select true is not false;
true is not false
1
changes:   0   total_changes: 0
```

Current Cygwin Sqlite version is 3.21 and does not recognize TRUE/FALSE:

```
$ sqlite3
sqlite> select true;
Error: no such column: true
sqlite> select false;
Error: no such column: false
```

Any pointers appreciated.

-- 
In Need Of True-th :)

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

