facebook / facebook/pyrefly

sqlalchemy func.current_timestamp missing doc

Open
#2,889 3 comments 0 reactions 1 assignee Claimed by @asukaminato0721 View on GitHub
language-server sqlalchemy
Dominant language
Rust
Stars
7k
Forks
516
PR merge metrics
No merged PRs in 30d

Description

### 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_

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.