dialect property

SqlDialect dialect

The SqlDialect that should be respected when generating the query.

Implementation

SqlDialect get dialect => executor?.executor.dialect ?? SqlDialect.sqlite;