Skip to content

fix: recognize serial2, serial4, serial8 type aliases#11

Merged
glommer merged 2 commits into
masterfrom
fix-serial
May 13, 2026
Merged

fix: recognize serial2, serial4, serial8 type aliases#11
glommer merged 2 commits into
masterfrom
fix-serial

Conversation

@glommer

@glommer glommer commented May 13, 2026

Copy link
Copy Markdown
Owner

Add support for the numeric serial aliases (serial2, serial4, serial8) that PostgreSQL accepts alongside smallserial, serial, and bigserial.

Fixes #10

glommer and others added 2 commits May 12, 2026 18:00
Add support for the numeric serial aliases (serial2, serial4, serial8)
that PostgreSQL accepts alongside smallserial, serial, and bigserial.

Fixes #10

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@glommer glommer merged commit bbc0e52 into master May 13, 2026
9 of 10 checks passed
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.

serial2 is not recognized as column type

1 participant