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

Method offset

lib/sqlalchemy/testing/requirements.py:217–222  ·  view source on GitHub ↗

target database can render OFFSET, or an equivalent, in a SELECT.

(self)

Source from the content-addressed store, hash-verified

215
216 @property
217 def offset(self):
218 """target database can render OFFSET, or an equivalent, in a
219 SELECT.
220 """
221
222 return exclusions.open()
223
224 @property
225 def bound_limit_offset(self):

Callers 15

test_simple_offsetMethod · 0.45
test_bound_offsetMethod · 0.45
test_expr_offsetMethod · 0.45

Calls

no outgoing calls

Tested by 15

test_simple_offsetMethod · 0.36
test_bound_offsetMethod · 0.36
test_expr_offsetMethod · 0.36