Skip to content

Instance Property

unionFeatures

A set of feature flags describing the dialect’s support for various forms of UNION with SELECT queries.
var unionFeatures: SQLUnionFeatures { get }

Discussion

See SQLUnionFeatures for the possible flags and more information.

Defaults to [.union, .unionAll].