MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / sql_expression_limit_offset

Method sql_expression_limit_offset

test/requirements.py:897–905  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

895
896 @property
897 def sql_expression_limit_offset(self):
898 return (
899 fails_if(
900 ["mysql", "mariadb"],
901 "Target backend can't accommodate full expressions in "
902 "OFFSET or LIMIT",
903 )
904 + self.offset
905 )
906
907 @property
908 def window_functions(self):

Callers

nothing calls this directly

Calls 1

fails_ifFunction · 0.90

Tested by

no test coverage detected