Skip to content

Commit ac25875

Browse files
committed
fix: docs
1 parent ef0e8a9 commit ac25875

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

docs/pages/apis/client.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ Returns the current transaction status of the client connection. This can be use
186186
- `'I'` - Idle (not in a transaction)
187187
- `'T'` - Transaction active (BEGIN has been issued)
188188
- `'E'` - Error (transaction aborted, requires ROLLBACK)
189-
- `null` - Initial state or not supported (native client)
189+
- `null` - Initial state
190190

191191
The transaction status is updated after each query completes based on the PostgreSQL backend's `ReadyForQuery` message.
192192

@@ -230,8 +230,6 @@ try {
230230
await client.end()
231231
```
232232

233-
**Note:** This method is not supported in the native client and will always return `null`.
234-
235233
## events
236234

237235
### error

0 commit comments

Comments
 (0)