Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
bagafoot opened this issue Nov 18, 2024 · 0 comments
Open

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

bagafoot opened this issue Nov 18, 2024 · 0 comments

Comments

@bagafoot
Copy link

bagafoot commented Nov 18, 2024

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant