diff --git a/src/sources/sqlite/sqlite-cast-rules.lisp b/src/sources/sqlite/sqlite-cast-rules.lisp index d77adf6..59630df 100644 --- a/src/sources/sqlite/sqlite-cast-rules.lisp +++ b/src/sources/sqlite/sqlite-cast-rules.lisp @@ -58,7 +58,8 @@ (let* ((sqlite-type-name (string-downcase sqlite-type-name)) (tokens (remove-if (lambda (token) (or (member token '("unsigned" "short" - "varying" "native") + "varying" "native" + "auto_increment") :test #'string-equal) ;; remove typemod too, as in "integer (8)" (char= #\( (aref token 0))))