Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit f126f45

Browse files
committed
fix vertica tests
1 parent 6f6b887 commit f126f45

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

data_diff/databases/vertica.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ class Dialect(BaseDialect):
5656
"boolean": Boolean,
5757
}
5858

59+
# https://www.vertica.com/docs/9.3.x/HTML/Content/Authoring/SQLReferenceManual/DataTypes/Numeric/NUMERIC.htm#Default
60+
DEFAULT_NUMERIC_PRECISION = 15
61+
5962
def quote(self, s: str):
6063
return f'"{s}"'
6164

0 commit comments

Comments
 (0)