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

Method regexp_replace

test/requirements.py:2110–2111  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2108
2109 @property
2110 def regexp_replace(self):
2111 return only_on(["postgresql", "mysql>=8", "mariadb", "oracle"])
2112
2113 @property
2114 def supports_distinct_on(self):

Callers 15

test_regexp_replaceMethod · 0.45
test_regexp_replaceMethod · 0.45
CoreFixturesClass · 0.45
operators.pyFile · 0.45
test_regexp_replaceMethod · 0.45

Calls 1

only_onFunction · 0.90