X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=sql%2Fsyntax.lisp;h=0202cedc00dddaa570c6bfc1f30e25709f14d882;hp=c265f634917769e625648c89e7b2d864096269d5;hb=8c6c643e3debe875bd14408cc3129d8148dfd125;hpb=5be31565b7d87b90f0e79a9e61af84ad05e12920 diff --git a/sql/syntax.lisp b/sql/syntax.lisp index c265f63..0202ced 100644 --- a/sql/syntax.lisp +++ b/sql/syntax.lisp @@ -133,7 +133,7 @@ reader syntax is disabled." :params sqlparam :type sqltype))))) (t - (error 'clsql-sql-syntax-error :reason "bad expression syntax")))) + (error 'sql-user-error :message "bad expression syntax")))) ;; Exported functions for dealing with SQL syntax