You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, pgloader convert int columns to bigint from MSSQL to POSTGRESQL in default, especially named as Id, other int colums seems right. there is issue just for Id named int colums.
How to solve this.
command:
load database
from
mssql://user:pass@127.0.0.1/DBNAME
into postgresql://user:pass@localhost:5432/dbname;
version:
pgloader version "3.6.1"
compiled with SBCL 1.4.0-1.el7
The text was updated successfully, but these errors were encountered:
Hello, pgloader convert int columns to bigint from MSSQL to POSTGRESQL in default, especially named as Id, other int colums seems right. there is issue just for Id named int colums.
How to solve this.
command:
version:
The text was updated successfully, but these errors were encountered: