Skip to content

sqlalchemy func.current_timestamp missing doc #2889

@asukaminato0721

Description

@asukaminato0721

Describe the Bug

on hover shows

(method) current_timestamp: def current_timestamp(
    self: current_timestamp,
    *args: _ColumnExpressionArgument,
    **kwargs: Any
) -> None: ...

go to def

        @property
        def current_timestamp(self) -> Type[current_timestamp]: ...

hover on the right current_timestamp gives

(class) current_timestamp: type[current_timestamp]
The CURRENT_TIMESTAMP() SQL function.

Sandbox Link

No response

(Only applicable for extension issues) IDE Information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    language-serverIssues specific to our IDE integration rather than type checking

    Type

    No fields configured for Bug.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions