Skip to content

Cherry-pick: Fix MSSQL int auto-increment cast to bigserial instead of serial (#1596) #13

@GingerAdonis

Description

@GingerAdonis

Upstream PR

dimitri#1596

Summary

MSSQL int is 4 bytes, so auto-increment should cast to PostgreSQL serial (4 bytes), not bigserial (8 bytes).

Files

  • src/sources/mssql/mssql-cast-rules.lisp

Notes

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingcomponent: transformsCasting, type mapping, data transformssource: mssqlMS SQL Server source migrations

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions