Skip to content

feat: Implement of_sql_type qualifier on have_db_column matcher#1555

Merged
matsales28 merged 1 commit intothoughtbot:mainfrom
matsales28:ms/implement-of-sql-type-qualifier
May 2, 2023
Merged

feat: Implement of_sql_type qualifier on have_db_column matcher#1555
matsales28 merged 1 commit intothoughtbot:mainfrom
matsales28:ms/implement-of-sql-type-qualifier

Conversation

@matsales28
Copy link
Copy Markdown
Member

Closes #1432

This commit intends to implement the of_sql_type qualifier on the have_db_column matcher. The implementation is quite simple and follows the pattern of the HaveDbColumnMatcher class.

@matsales28 matsales28 self-assigned this Apr 28, 2023
This commit intends to implement the `of_sql_type` qualifier on the
`have_db_column` matcher. The implementation is quite simple and is
following the pattern of the `HaveDbColumnMatcher` class.

This commit closes this issue
thoughtbot#1432
@matsales28 matsales28 force-pushed the ms/implement-of-sql-type-qualifier branch from b5aec5e to 4de0305 Compare April 29, 2023 02:24
@vsppedro
Copy link
Copy Markdown
Collaborator

vsppedro commented May 1, 2023

LGTM!

Copy link
Copy Markdown
Collaborator

@mcmire mcmire left a comment

Choose a reason for hiding this comment

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

LGTM as well. Feel free to merge at will :)

@matsales28 matsales28 merged commit 0394a10 into thoughtbot:main May 2, 2023
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.

sql_type check in have_db_column

3 participants