We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60fc389 commit c72fd65Copy full SHA for c72fd65
lib/sqlalchemy/sql/compiler.py
@@ -82,6 +82,7 @@
82
from .base import _SentinelDefaultCharacterization
83
from .base import NO_ARG
84
from .elements import quoted_name
85
+from .functions import Function
86
from .sqltypes import TupleType
87
from .visitors import prefix_anon_map
88
from .. import exc
@@ -118,7 +119,7 @@
118
119
from .elements import Null
120
from .elements import SavepointClause
121
from .elements import True_
- from .functions import Function
122
+ from .elements import UnaryExpression
123
from .schema import Column
124
from .schema import Constraint
125
from .schema import ForeignKeyConstraint
0 commit comments