Skip to content

Return generated columns after INSERT in IPROTO #2618

@kyukhin

Description

@kyukhin

JDBC driver contains interface which allows to read autogenerated columns
values after INSERT is occurred [1].
If there was multi-INSERT stmt - last row's autogenerated columns are returned.

Second option might be just return whole inserted row and let driver do the job.

So, for INSERTs let's return along w/ row_count a map with generated columns.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions