Skip to content

A way to get the id of inserted row as callback? #1269

Closed
@johhansantana

Description

@johhansantana

For inserting a row, the callback just sends back this:

{
  "command": "INSERT",
  "rowCount": 1,
  "oid": 0,
  "rows": [],
  "fields": [],
  "_parsers": [],
  "RowCtor": null,
  "rowAsArray": false
}

Is there a way to get the id of the inserted row?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions