X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=sql-classes.lisp;h=48e7d54a538e66bea2290c61e8d4ae76037bbd92;hb=5be6bdf06e0c99612a4c1a1d6f110e424400d96e;hp=6b606dbfd058d8f1fb35e9804551e70fe8dd7fa0;hpb=fca7a50cb4e7574de861601d8aa0bcb9921f58de;p=umlisp.git diff --git a/sql-classes.lisp b/sql-classes.lisp index 6b606db..48e7d54 100644 --- a/sql-classes.lisp +++ b/sql-classes.lisp @@ -790,7 +790,7 @@ is OBJNAME from TABLE where WHERE-NAME field = WHERE-VALUE with FIELDS" (defun make-ustats () (with-sql-connection (conn) - (sql-execute "drop table if exists USTATS" conn) + (ignore-errors (sql-execute "drop table USTATS" conn)) (sql-execute "create table USTATS (NAME varchar(160), COUNT bigint, SRL integer)" conn) (dotimes (srl 4)