dimitri / pgloader

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

Fix mapping mysql signed int with auto_incement to postgresql serial (#1248) #1437

Closed padinko closed 2 years ago

padinko commented 2 years ago

This is fix for #1248 where is missing default cast for signed int without precision to serial in mysql examples with problem are in that issue

it's coded by blind; i don't tested or compiled it