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

support int1,int2,int3,int4,int8 aliases #287

Merged
merged 2 commits into from
Nov 3, 2023
Merged

support int1,int2,int3,int4,int8 aliases #287

merged 2 commits into from
Nov 3, 2023

Conversation

jycor
Copy link

@jycor jycor commented Nov 3, 2023

@jycor jycor requested a review from zachmu as a code owner November 3, 2023 08:10
Comment on lines 6094 to 6099
output: "create table t (\n" +
"\ti1 TINYINT,\n" +
"\ti2 SMALLINT,\n" +
"\ti3 MEDIUMINT,\n" +
"\ti4 INT,\n" +
"\ti8 BIGINT\n" +

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

seems like [an int type)([1-4]) is also valid

Copy link

@max-hoffman max-hoffman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm, thanks for the extra adds

@jycor jycor merged commit cd2371d into main Nov 3, 2023
4 checks passed
@jycor jycor deleted the james/int branch November 3, 2023 18:40
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.

support int1, int2, ... types
2 participants