-
Notifications
You must be signed in to change notification settings - Fork 22
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 exec'
returning number of affected rows
#52
base: master
Are you sure you want to change the base?
Conversation
exec'
returning number of affected rows
@yaitskov Sorry about the late reply. Looks good to me from a quick look. Can you add a test for the introduced function ? Also, probably can it be renamed to something else. Probably |
Thanks for review, @psibi |
arOnCreate <- Internal.execAffectedRows | ||
c | ||
"CREATE TABLE test (int integer, text text, bool bit, nt ntext, fl float)" | ||
_ <- Internal.execAffectedRows |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will this return 3
too ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
No description provided.