Hello,
This might come in too late to make it into Racket 6.6, but I would like to ask to update to a more recent version of sqlite.dll in the racket release. I'm not sure what version is the current one, but it has a creation date from 2013.
The problem is that the sqllite version shipped with racket will not open databases that contain features found in newer versions. In my case, I would like to use SQL views that contain CTE's ("with" statements). If the database contains such a view, the racket db package will fail to open it, giving a database malformed error (I suspect there is a database version recorded somewhere in the database file.).
Best Regards,
Alex.