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.
2 parents f5bc0de + ceba69f commit 91aa22eCopy full SHA for 91aa22e
docs/components/connection.md
@@ -180,7 +180,7 @@ async def main() -> None:
180
...
181
connection = await db_pool.connection()
182
# this will be an int value
183
- query_result_value = await connection.fetch_row(
+ query_result_value = await connection.fetch_val(
184
"SELECT COUNT(*) FROM users WHERE id > $1",
185
[100],
186
)
0 commit comments