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

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

Merged
merged 1 commit into from
Sep 22, 2022
Merged

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

merged 1 commit into from
Sep 22, 2022

Conversation

padinko
Copy link
Contributor

@padinko padinko commented Sep 22, 2022

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

@dimitri dimitri merged commit 90dea2a into dimitri:master Sep 22, 2022
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

Successfully merging this pull request may close these issues.

2 participants