rqlite / gorqlite

A Go client for rqlite, the distributed database built on SQLite
MIT License
139 stars 34 forks source link

add support for sqlite RETURNING clause #34

Closed elv-gilles closed 1 year ago

elv-gilles commented 1 year ago

This PR goes with https://github.com/rqlite/rqlite/pull/1312 to add support for sqlite RETURNING clause.

otoolep commented 1 year ago

Thanks for your contribution. However this is not the best way to solve this, it should be handled automatically by rqlite itself. See https://github.com/rqlite/rqlite/pull/1312

elv-gilles commented 1 year ago

Closing: a solution using SQL parser is preferred (see https://github.com/rqlite/rqlite/pull/1312)