X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=sql%2Fsql.lisp;h=8227fea896f9b611cfe3fbf377855fff3cbdcc0c;hb=3ec4277531c7c19b1cffade823d3e2e3f928ceb3;hp=8cf7758263c04133f7a864bca783af375ea40ca5;hpb=fe9654a9f2c7db4f13f4db58bcd357fc22c634b4;p=clsql.git diff --git a/sql/sql.lisp b/sql/sql.lisp index 8cf7758..8227fea 100644 --- a/sql/sql.lisp +++ b/sql/sql.lisp @@ -217,6 +217,10 @@ condition is true." (declare (ignore database)) (db-timestring self)) +(defmethod database-output-sql ((self duration) database) + (declare (ignore database)) + (format nil "'~a'" (duration-timestring self))) + (defmethod database-output-sql (thing database) (if (or (null thing) (eq 'null thing))