Re: [sqlite] Bug in fsdir

2018-03-15 Thread Richard Hipp
On 3/15/18, Kees Nuyt wrote: > On Thu, 15 Mar 2018 15:55:05 +1100, Jake Thaw > wrote: > >>The following query causes a crash in fsdirNext on Windows 10. > > Fixed by Richard Hipp on trunk: > https://www.sqlite.org/src/timeline Credit where credit is due. Joe found and fixed the problem. All I

Re: [sqlite] Bug in fsdir

2018-03-15 Thread Kees Nuyt
On Thu, 15 Mar 2018 15:55:05 +1100, Jake Thaw wrote: >The following query causes a crash in fsdirNext on Windows 10. > >SQLite version 3.22.0 2018-01-22 18:45:57 >Enter ".help" for usage hints. >Connected to a transient in-memory database. >Use ".open FILENAME" to reopen on a persistent database.

[sqlite] Bug in fsdir

2018-03-14 Thread Jake Thaw
The following query causes a crash in fsdirNext on Windows 10. SQLite version 3.22.0 2018-01-22 18:45:57 Enter ".help" for usage hints. Connected to a transient in-memory database. Use ".open FILENAME" to reopen on a persistent database. sqlite> SELECT name FROM fsdir('.') JOIN (VALUES(1),(2)); .