vertx-sql-client icon indicating copy to clipboard operation
vertx-sql-client copied to clipboard

Adding "native returning" for PostgreSQL

Open estet90 opened this issue 4 years ago • 2 comments

Are you planning to add "native returning" for PostgreSQL?

estet90 avatar Feb 08 '21 08:02 estet90

can you clarify @estet90 ?

vietj avatar Feb 08 '21 09:02 vietj

If I use Jooq, I can make request like

INSERT INTO test (name) VALUE 'name'

and get generated id.
If I use VertX, I have to write

INSERT INTO test (name) VALUE 'name' RETURNING id

estet90 avatar Feb 08 '21 11:02 estet90