diff --git a/src/sources/sqlite/sqlite-cast-rules.lisp b/src/sources/sqlite/sqlite-cast-rules.lisp index 8a67fdb..175e034 100644 --- a/src/sources/sqlite/sqlite-cast-rules.lisp +++ b/src/sources/sqlite/sqlite-cast-rules.lisp @@ -59,6 +59,7 @@ (tokens (remove-if (lambda (token) (or (member token '("unsigned" "short" "varying" "native" + "nocase" "auto_increment") :test #'string-equal) ;; remove typemod too, as in "integer (8)"