Problem with date type specifier in a view-class with MySQL

Dave Woodward <[email protected]> Tue, 7 Oct 2014 10:52:02 -0400
Newsgroups gmane.lisp.clsql.general
Message-ID <[email protected]>
I=92m using clsql to connect to a MySQL database that already exists.

I=92ve created a view class for one of the tables, and it works selecting i=
nteger, string and even join types.

However when adding a column of a date type I get the error "Error: Unknown=
 type specifier: DATE=94 when using select with the view class with the dat=
e type in it.  The select works fine without that type in it.

I=92m using Clozure CL on OS X and used Quicklisp to load clsql.

Any pointer would be appreciated=85 thanks!

Dave
[email protected]