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

Multi-statement transactions #14412

Closed
BohuTANG opened this issue Jan 22, 2024 · 1 comment
Closed

Multi-statement transactions #14412

BohuTANG opened this issue Jan 22, 2024 · 1 comment
Assignees
Labels
C-feature Category: feature

Comments

@BohuTANG
Copy link
Member

BohuTANG commented Jan 22, 2024

Summary

Summary

Syntax:

CREATE TABLE t1 (i int);
BEGIN [TRANSACTION];
INSERT INTO t1 (i) VALUES (1);
INSERT INTO t1 (i) VALUES (2);
COMMIT;
@BohuTANG BohuTANG added the C-feature Category: feature label Jan 22, 2024
@SkyFan2002 SkyFan2002 self-assigned this Jan 29, 2024
@BohuTANG
Copy link
Member Author

BohuTANG commented Mar 31, 2024

Done. #14562

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-feature Category: feature
Projects
None yet
Development

No branches or pull requests

2 participants