InsertReturningValuesCapability

io.getquill.context.InsertReturningValuesCapability

While many databases allow multiple VALUES clauses, they do not support doing getGeneratedKeys or allow returning clauses for those situations (or actually do not fail but just have wrong behavior e.g. Sqlite.) This context controls which DBs can do batch-insert and actually return the generated IDs from the batch inserts (currently only Postgres and SQL Server can do this).

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
In this article