MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / window_range_non_numeric

Method window_range_non_numeric

test/requirements.py:967–969  ·  view source on GitHub ↗

Target backend supports non-numeric values in RANGE

(self)

Source from the content-addressed store, hash-verified

965
966 @property
967 def window_range_non_numeric(self):
968 """Target backend supports non-numeric values in RANGE"""
969 return only_if(["postgresql"])
970
971 @property
972 def two_phase_transactions(self):

Callers

nothing calls this directly

Calls 1

only_ifFunction · 0.90

Tested by

no test coverage detected