[plt-scheme] Re: SQLite error

Jens Axel Søgaard jensaxel at soegaard.net
Tue Jul 21 20:36:51 EDT 2009


> (sql:select db "SELECT (*) FROM sqlite_master")

The syntax is wrong. It should have been:
    SELECT * FROM sqlite_master

Horrible error message though.

-- 
Jens Axel Søgaard


More information about the plt-scheme mailing list