Supported Statements
Last updated
Last updated
Statement | Supported | Notes and limitations |
---|---|---|
Dolt supports atomic transactions like other SQL databases. It's also possible for clients to connect to different heads, which means they will never see each other's edits until a merge between heads is performed. See Using Branches for more detail.
Dolt has two levels of persistence:
The SQL transaction layer, where a COMMIT
statement atomically updates the working set for the connected head
The Dolt commit layer, where commits are added to the Dolt commit graph with an author, a parent commit, etc.
More information on how Dolt handles access management may be found in the access management page.
Statement | Supported | Notes and limitations |
---|---|---|
Statement | Supported | Notes and limitations |
---|---|---|
Statement | Supported | Notes and limitations |
---|---|---|
Statement | Supported | Notes and limitations |
---|---|---|
Statement | Supported | Notes and limitations |
---|---|---|
Statement | Supported | Notes and limitations |
---|---|---|
Statement | Supported | Notes and limitations |
---|---|---|