MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / sql_expression_limit_offset

Method sql_expression_limit_offset

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

Source from the content-addressed store, hash-verified

930
931 @property
932 def sql_expression_limit_offset(self):
933 return (
934 fails_if(
935 ["mysql", "mariadb"],
936 "Target backend can't accommodate full expressions in "
937 "OFFSET or LIMIT",
938 )
939 + self.offset
940 )
941
942 @property
943 def window_functions(self):

Callers

nothing calls this directly

Calls 1

fails_ifFunction · 0.90

Tested by

no test coverage detected