Skip to content

Instance Property

supportsReturning

true if the dialect supports RETURNING syntax for retrieving output values from DML queries (INSERT, UPDATE, DELETE).
var supportsReturning: Bool { get }

Discussion

See SQLReturning and SQLReturningBuilder for more information.

Defaults to false.