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

Method sql_expression_limit_offset

test/requirements.py:932–940  ·  test/requirements.py::DefaultRequirements.sql_expression_limit_offset
(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 [class="st">"mysql", class="st">"mariadb"],
936 class="st">"Target backend can&class="cm">#x27;t accommodate full expressions in "
937 class="st">"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