dimitri / pgloader

Migrate to PostgreSQL in a single command!
http://pgloader.io
Other
5.45k stars 548 forks source link

MSSQL to POSTGRESQL default conversation issue, int to bigint #1627

Open bagafoot opened 3 days ago

bagafoot commented 3 days ago

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