Utility to compare data between homogeneous or heterogeneous environments to ensure source and target tables match
407
stars
119
forks
source link
fix: Correctly cater for Oracle FLOAT in custom-query validations #1304
Closed
nj1973 closed 4 weeks ago
Fix two issues:
1) Use of Oracle FLOAT in a custom query validation 2) Use of PostgreSQL numeric in a custom query validation
Also adds a test covering both issues.