2021-12-15
- New `deirokay.DTypes.DECIMAL` for exact decimal value representation.
- New `distinct` boolean parameter for `row_count` statement, which
makes it possible to count only distinct values in a given scope.
- General improvements in templates generated by `profile` method of
builtin statements.
- Better logs (stdout) for `deirokay.validate` failed statements.
Now it also prints the scope the statements are applied to and the
provided severity threshold level.