You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
This package allows asserting column types by "expect_column_values_to_be_of_type". However, it doesn't include precision and scale when it comes to numeric types.
Describe the solution you'd like
Adding a new macro which can assert numeric types with precision and scale as parameters.
Describe alternatives you've considered
No alternative
Additional context
I have implemented this in my own project as I need to assert numeric types accurately.
The text was updated successfully, but these errors were encountered:
samousavih
changed the title
[Feature Request]
Test macro for numeric precision and scale
Jun 7, 2023
Is your feature request related to a problem? Please describe.
This package allows asserting column types by "expect_column_values_to_be_of_type". However, it doesn't include precision and scale when it comes to numeric types.
Describe the solution you'd like
Adding a new macro which can assert numeric types with precision and scale as parameters.
Describe alternatives you've considered
No alternative
Additional context
I have implemented this in my own project as I need to assert numeric types accurately.
The text was updated successfully, but these errors were encountered: