Re: [sqlite] Report bug found in SQLite version 3.31.1

2020-03-02 Thread Richard Hipp
On 3/2/20, Keith Medcalf wrote: > > Perhaps this is the same constant propagation bug that was fixed recently? > So it seems. https://sqlite.org/src/timeline?bid=ya65c8d4e26n3bfa9cc97dn7d8dcfb95cy14d14eb537y109ee07433nabfb043ebbne0c6b8bdb7yc9a8defcef -- D. Richard Hipp d...@sqlite.org

Re: [sqlite] Report bug found in SQLite version 3.31.1

2020-03-02 Thread Keith Medcalf
day, 2 March, 2020 17:02 >To: SQLite mailing list >Subject: Re: [sqlite] Report bug found in SQLite version 3.31.1 > > >No reproduco > >SQLite version 3.32.0 2020-03-02 22:04:51 >Enter ".help" for usage hints. >Connected to a transient in-memory database. >Use

Re: [sqlite] Report bug found in SQLite version 3.31.1

2020-03-02 Thread Keith Medcalf
ay to Hell but only a Stairway to Heaven says a lot about anticipated traffic volume. >-Original Message- >From: sqlite-users On >Behalf Of Xinyue Chen >Sent: Monday, 2 March, 2020 16:41 >To: SQLite mailing list >Subject: Re: [sqlite] Report bug found in SQLite version 3.31.

Re: [sqlite] Report bug found in SQLite version 3.31.1

2020-03-02 Thread Jose Isaias Cabrera
Right, Yinyue. Apologies. I actually thought I had built it. Thanks. From: sqlite-users on behalf of Xinyue Chen Sent: Monday, March 2, 2020 06:40 PM To: SQLite mailing list Subject: Re: [sqlite] Report bug found in SQLite version 3.31.1 Hi josé

Re: [sqlite] Report bug found in SQLite version 3.31.1

2020-03-02 Thread Xinyue Chen
Hi josé, This bug is found in 3.31.1 but you are running it in 3.30.1. Best, Xinyue Chen On Mon, Mar 2, 2020 at 3:36 PM Jose Isaias Cabrera wrote: > Xinyue Chen, on Monday, March 2, 2020 06:21 PM, wrote... > > > > Hi, > > > > I found a bug in the most recent SQLite release version 3.31.1 >

Re: [sqlite] Report bug found in SQLite version 3.31.1

2020-03-02 Thread Jose Isaias Cabrera
Xinyue Chen, on Monday, March 2, 2020 06:21 PM, wrote... > > Hi, > > I found a bug in the most recent SQLite release version 3.31.1 2020-01-27. > My initial test environment is macOS 10.14.6 (18G87) and I have tested in > https://sqliteonline.com/. > > CREATE TABLE t ( > textid TEXT > ); >

[sqlite] Report bug found in SQLite version 3.31.1

2020-03-02 Thread Xinyue Chen
Hi, I found a bug in the most recent SQLite release version 3.31.1 2020-01-27. My initial test environment is macOS 10.14.6 (18G87) and I have tested in https://sqliteonline.com/. CREATE TABLE t ( textid TEXT ); INSERT INTO t VALUES ('12'); INSERT INTO t VALUES ('34'); CREATE TABLE i ( intid