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));
.
./sqlite3.exe
./sqlite3_analyzer.exe
./sqldiff.exe
.

Adding an ORDER BY clause seems to provide workaround for this particular
case.

Regards

Jake
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to