mirror of
https://github.com/dimitri/pgloader.git
synced 2026-05-04 10:31:02 +02:00
Fix MS SQL decimal conversion.
Register decimal data type in MS SQL to use the float-to-string transformation function.
This commit is contained in:
parent
03b77fd1ad
commit
1a083af950
@ -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)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user