Skip to content
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

Chainging return type of INSERT #70

Closed
panarch opened this issue Sep 14, 2020 · 1 comment · Fixed by #71
Closed

Chainging return type of INSERT #70

panarch opened this issue Sep 14, 2020 · 1 comment · Fixed by #71
Labels
enhancement New feature or request
Projects
Milestone

Comments

@panarch
Copy link
Member

panarch commented Sep 14, 2020

Current

Payload::Insert(Vec<Row>)

Expected

Payload::Insert(usize)

Let's simply return a number of inserted rows.

@panarch panarch added the enhancement New feature or request label Sep 14, 2020
@panarch panarch added this to the v0.2 milestone Sep 14, 2020
@panarch
Copy link
Member Author

panarch commented Sep 14, 2020

I linked the wrong issue, not #68, it is related to #69.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
No open projects
v0.2
  
Done
Development

Successfully merging a pull request may close this issue.

1 participant