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

bugfix: Fix a bug with default values for columns of type string #2731

Conversation

Karibash
Copy link
Contributor

@Karibash Karibash commented Aug 1, 2024

close drizzle-team/drizzle-kit-mirror#404

Fixed a bug that caused the default value of a column of type character to be a number instead of a string when the default value was a string consisting only of numbers.

@AndriiSherman
Copy link
Member

thanks for reopening!

@Karibash Karibash force-pushed the bugfix/char-type-column-default-value branch from 5ef8ae1 to 5510112 Compare August 1, 2024 15:55
@AndriiSherman AndriiSherman changed the base branch from main to beta August 7, 2024 13:59
@AndriiSherman AndriiSherman merged commit de29027 into drizzle-team:beta Aug 7, 2024
6 checks passed
@Karibash Karibash deleted the bugfix/char-type-column-default-value branch August 7, 2024 16:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] A number value is specified as the default for a column of type char
2 participants