Skip to content

Instantly share code, notes, and snippets.

View Mup0c's full-sized avatar

Miroslav Koberskii Mup0c

View GitHub Profile
@Mup0c
Mup0c / Work product.md
Last active August 26, 2019 17:07
About work done on implementing UPDATE .. RETURNING in MariaDB during GSoC 2019

GSoC 2019 with MariaDB

Student: Miroslav Koberskii
GitHub: @Mup0c
Organization: MariaDB
Project Title: Implementing UPDATE with result set

About

The task is about adding RETURNING option to UPDATE clause in MariaDB server, that returns a result set of the changed rows to the client.

UPDATE table SET table.item = table.item + 100 RETURNING table.item;