﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	difficulty
1382	sql-de-lite ignores new versions of sqlite3 on Cygwin	johnwcowan	Jim Ursetto	"The `version-check` program does not run under Cygwin, so `sql-de-lite` installation conservatively assumes it should use the bundled 3.0.17 version of sqlite3 instead of Cygwin's current 3.0.18.

The root cause of this is that Cygwin ''really isn't Windows'' and shouldn't set the `windows:` feature (see #1381).  As a workaround, change line 49 of the setup file with `s/windows/(and windows (not cygwin))/`.  A more portable resolution is to get rid of `version-check` altogether and run `sqlite3 --version` instead: the first few characters of the output (up to a space) are the formatted sqlite3 version number."	defect	new	minor	someday	extensions	4.12.0		sql-de-lite		trivial
