chore(Oracle): Update oracle column length to 128 (#34179)

This commit is contained in:
Mehmet Salih Yavuz
2025-07-16 14:58:19 +03:00
committed by GitHub
parent 000d353ef3
commit 16f4516903
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ class OracleEngineSpec(BaseEngineSpec):
engine = "oracle"
engine_name = "Oracle"
force_column_alias_quotes = True
max_column_name_length = 30
max_column_name_length = 128
_time_grain_expressions = {
None: "{col}",