GoogleCloudPlatform / professional-services-data-validator

Utility to compare data between homogeneous or heterogeneous environments to ensure source and target tables match
Apache License 2.0
407 stars 119 forks source link

fix: Correctly cater for Oracle FLOAT in custom-query validations #1304

Closed nj1973 closed 4 weeks ago

nj1973 commented 1 month 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.

nj1973 commented 1 month ago

/gcbrun