public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Re: Sqlite 3.23 or better?
       [not found] <1155923290.1624845.1550588211896.ref@mail.yahoo.com>
@ 2019-02-19 15:47 ` iWantToKeepAnon via cygwin
  0 siblings, 0 replies; 3+ messages in thread
From: iWantToKeepAnon via cygwin @ 2019-02-19 15:47 UTC (permalink / raw)
  To: iWantToKeepAnon, cygwin, Jan Nijtmans

On Tue, 2/19/19, Jan Nijtmans <jan.nijtmans@gmail.com> wrote:

> Well,
> I'm on it!    My guess: within a week or so.

Great, thanks so much Jan! : ))

-- "A smile is the shortest distance between two people." Victor Borge

--
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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Sqlite 3.23 or better?
  2019-02-19 14:55 ` iWantToKeepAnon via cygwin
@ 2019-02-19 14:58   ` Jan Nijtmans
  0 siblings, 0 replies; 3+ messages in thread
From: Jan Nijtmans @ 2019-02-19 14:58 UTC (permalink / raw)
  To: iWantToKeepAnon, cygwin

Op di 19 feb. 2019 om 15:49 schreef iWantToKeepAnon:
>
> 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.

Well, I'm on it!    My guess: within a week or so.

Regards,
      Jan Nijtmans

--
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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Sqlite 3.23 or better?
       [not found] <1131472290.1598309.1550587597167.ref@mail.yahoo.com>
@ 2019-02-19 14:55 ` iWantToKeepAnon via cygwin
  2019-02-19 14:58   ` Jan Nijtmans
  0 siblings, 1 reply; 3+ messages in thread
From: iWantToKeepAnon via cygwin @ 2019-02-19 14:55 UTC (permalink / raw)
  To: cygwin

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-02-19 14:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1155923290.1624845.1550588211896.ref@mail.yahoo.com>
2019-02-19 15:47 ` Sqlite 3.23 or better? iWantToKeepAnon via cygwin
     [not found] <1131472290.1598309.1550587597167.ref@mail.yahoo.com>
2019-02-19 14:55 ` iWantToKeepAnon via cygwin
2019-02-19 14:58   ` Jan Nijtmans

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).