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

sql: Add support for the DEALLOCATE statement #7367

Merged

Conversation

nvanbenschoten
Copy link
Member

@nvanbenschoten nvanbenschoten commented Jun 21, 2016

Fixes #7123.


This change is Reviewable

This change also returns deletion statuses from
- `PreparedStatements.Delete`
- `PreparedPortals.Delete`
This commit includes a TODO to improve testing for the statement. Right
now, it is pretty tough to test DEALLOCATE without the ability to
PREPARE queries and with little ability to inspect the state of a
running `v3conn`.
@petermattis
Copy link
Collaborator

:lgtm:


Reviewed 1 of 1 files at r1.
Review status: 1 of 3 files reviewed at latest revision, all discussions resolved, all commit checks successful.


Comments from Reviewable

@knz
Copy link
Contributor

knz commented Jun 21, 2016

:lgtm:


Reviewed 2 of 2 files at r2.
Review status: :shipit: all files reviewed at latest revision, all discussions resolved, all commit checks successful.


Comments from Reviewable

@nvanbenschoten nvanbenschoten merged commit 6d60fb6 into cockroachdb:master Jun 21, 2016
@nvanbenschoten nvanbenschoten deleted the nvanbenschoten/deallocate branch June 21, 2016 22:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants