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 ef0e8a9 commit ac25875Copy full SHA for ac25875
1 file changed
docs/pages/apis/client.mdx
@@ -186,7 +186,7 @@ Returns the current transaction status of the client connection. This can be use
186
- `'I'` - Idle (not in a transaction)
187
- `'T'` - Transaction active (BEGIN has been issued)
188
- `'E'` - Error (transaction aborted, requires ROLLBACK)
189
-- `null` - Initial state or not supported (native client)
+- `null` - Initial state
190
191
The transaction status is updated after each query completes based on the PostgreSQL backend's `ReadyForQuery` message.
192
@@ -230,8 +230,6 @@ try {
230
await client.end()
231
```
232
233
-**Note:** This method is not supported in the native client and will always return `null`.
234
-
235
## events
236
237
### error
0 commit comments