MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / nullsordering

Method nullsordering

test/requirements.py:1196–1200  ·  view source on GitHub ↗

Target backends that support nulls ordering.

(self)

Source from the content-addressed store, hash-verified

1194
1195 @property
1196 def nullsordering(self):
1197 """Target backends that support nulls ordering."""
1198 return fails_on_everything_except(
1199 "postgresql", "oracle", "sqlite >= 3.30.0"
1200 )
1201
1202 @property
1203 def reflects_pk_names(self):

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected