X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=sql%2Fclasses.lisp;h=3bde105b239238297f8413fd1c38e1670ba97dd9;hb=7308bdf188da6424e615ca14096ef53cfb845a90;hp=bd87f785648f2cebcac80f7e1d9084a90fd97300;hpb=d0b59237966d6fbc27adcbbae11fa85087ea122d;p=clsql.git diff --git a/sql/classes.lisp b/sql/classes.lisp index bd87f78..3bde105 100644 --- a/sql/classes.lisp +++ b/sql/classes.lisp @@ -768,7 +768,8 @@ uninclusive, and the args from that keyword to the end." (write-char #\Space *sql-stream*) (write-string (if (stringp db-type) db-type ; override definition - (database-get-type-specifier (car type) (cdr type) database)) + (database-get-type-specifier (car type) (cdr type) database + (database-underlying-type database))) *sql-stream*) (let ((constraints (database-constraint-statement (if (and db-type (symbolp db-type))