-
Notifications
You must be signed in to change notification settings - Fork 348
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add return type for executeAction #2907
base: master
Are you sure you want to change the base?
Conversation
kemal durmuş seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
f0e585b
to
0a6192b
Compare
0a6192b
to
00086ca
Compare
@mkemaldurmus Thanks for your work. |
d1040a6
to
99e3a4c
Compare
0545e0f
to
6ee4811
Compare
@guizmaii done |
Fixes #issue_number
Problem
I've been using executeQuery when writing raw queries in Cassandra, but it uses the execute function, which means it operates synchronously. I want to use executeAction because it uses executeAsync. The problem is that executeAction returns Unit,
Solution
return AsyncResultSet instead of Unit
Notes
Additional notes.
Checklist
README.md
if applicable[WIP]
to the pull request title if it's work in progresssbt scalariformFormat test:scalariformFormat
to make sure that the source files are formatted@getquill/maintainers