Skip to content

feat: QueryHandle is now PromiseLike#74

Merged
ilyabo merged 3 commits intomainfrom
promise-query-handle
Jun 19, 2025
Merged

feat: QueryHandle is now PromiseLike#74
ilyabo merged 3 commits intomainfrom
promise-query-handle

Conversation

@ilyabo
Copy link
Copy Markdown
Collaborator

@ilyabo ilyabo commented Jun 19, 2025

The following code

await connector.query('select * from people')

is now equivalent to

await connector.query('select * from people').result

so no need for .result which was easy to overlook

@ilyabo ilyabo merged commit 1ac4467 into main Jun 19, 2025
3 checks passed
@ilyabo ilyabo deleted the promise-query-handle branch June 19, 2025 14:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant