Closed Achraf-cyber closed 2 months ago
@Achraf-cyber thanks for opening an issue, will apply the proposed solution in the patch
@Achraf-cyber, the CLI has been updated. Please check if it's working correctly. I'd appreciate your feedback!
Yes. It is working correctly thank you
When I run supadart on a column with type numeric. I get
The expression evalute to an "num?" rather than a "num" and cause a error when the col is not nullable. This error can be manually solved by replacing the "tryParse" method with a "parse" method or refactoring to use the null assignment operator