diff --git a/src/sources/mssql/mssql-cast-rules.lisp b/src/sources/mssql/mssql-cast-rules.lisp index 8e16f0e..677aae2 100644 --- a/src/sources/mssql/mssql-cast-rules.lisp +++ b/src/sources/mssql/mssql-cast-rules.lisp @@ -36,6 +36,9 @@ (:source (:type "numeric") :target (:type "numeric") :using pgloader.transforms::float-to-string) + (:source (:type "decimal") :target (:type "numeric") + :using pgloader.transforms::float-to-string) + (:source (:type "money") :target (:type "numeric") :using pgloader.transforms::float-to-string)