SQL

SQL(self, **kwargs)

SQL-related options.

Attributes

Name Type Description
default_limit int | None Number of rows to be retrieved for a table expression without an explicit limit. None means no limit.
default_dialect str Dialect to use for printing SQL when the backend cannot be determined.
Back to top