X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=sql%2Fdatabase.lisp;fp=sql%2Fdatabase.lisp;h=382f552955219276e2ba935f8e194b3156b9f5ea;hp=d4d1d91e7b15dd7911add8d32f56376e77811d7a;hb=cfb1303ed18a8a14554fbd506f52b176278ecd8e;hpb=7e2b9390d312a945100f1e0bbe60525531b97980 diff --git a/sql/database.lisp b/sql/database.lisp index d4d1d91..382f552 100644 --- a/sql/database.lisp +++ b/sql/database.lisp @@ -317,7 +317,7 @@ system specified by DATABASE-TYPE." (when (typep db 'database) (setf (slot-value db 'encoding) encoding) (when (eql (slot-value db 'state) :open) - (case database-type + (case (database-type db) ;; FIXME: If database object is open then ;; send command to SQL engine specifying the character ;; encoding for the database