Skip to content

Commit

Permalink
vertica dialect update
Browse files Browse the repository at this point in the history
  • Loading branch information
Aivo Porkon committed Jul 4, 2024
1 parent 51c9a49 commit 976fe16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vertica_sqlalchemy_dialect/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def visit_UUID(self, type_, **kw):
"GEOGRAPHY": BINARY
}

max_long_varchar_length = 2 * 1000 * 1000
max_long_varchar_length = 32 * 1000 * 1000


class TIMESTAMP_WITH_PRECISION(TIMESTAMP):
Expand Down

0 comments on commit 976fe16

Please sign in to comment.