module ROM::SQL::Postgres::Commands::Core

@api private

Private Instance Methods

returning_dataset() click to toggle source

Common dataset used by create/update commands

@return [Sequel::Dataset]

@api private

# File lib/rom/sql/extensions/postgres/commands.rb, line 19
def returning_dataset
  relation.dataset.returning(*relation.schema.qualified_projection)
end