r10094: removed obsolete clisp work-around
[clsql.git] / sql / base-classes.lisp
index 87833fc3bf4ccae1145cb867a358a9a904684a03..8e0cc496a5e7c4b0714dddc9b4e17e14fa7c0aa2 100644 (file)
@@ -50,7 +50,8 @@ are a list of ACTION specified for table and any cached value of list-attributes
            (if (slot-boundp object 'name)
                (database-name object)
              "<unbound>")
-           (database-state object))))
+           (database-state object)))
+  object)
 
 (setf (documentation 'database-name 'function)
       "Returns the name of a database.")