Target backend supports non-numeric values in RANGE
(self)
| 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): |