Skip to content

Commit

Permalink
chore: fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
ncclementi committed Jun 20, 2024
1 parent a9fc1ad commit 67ce726
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ibis/backends/sql/dialects.py
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,8 @@ def _create_sql(self, expression: sge.Create) -> str:
)
return self.create_sql(expression)

# Hack around https://github.com/tobymao/sqlglot/issues/3684

# hack around https://github.com/tobymao/sqlglot/issues/3684
Oracle.NULL_ORDERING = "nulls_are_large"
Oracle.Generator.TRANSFORMS |= {
sge.LogicalOr: rename_func("max"),
Expand Down

0 comments on commit 67ce726

Please sign in to comment.