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

Method offset

lib/sqlalchemy/testing/requirements.py:205–210  ·  view source on GitHub ↗

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

(self)

Source from the content-addressed store, hash-verified

203
204 @property
205 def offset(self):
206 """target database can render OFFSET, or an equivalent, in a
207 SELECT.
208 """
209
210 return exclusions.open()
211
212 @property
213 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