MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / unbounded_varchar

Method unbounded_varchar

test/requirements.py:202–208  ·  view source on GitHub ↗

Target database must support VARCHAR with no length

(self)

Source from the content-addressed store, hash-verified

200
201 @property
202 def unbounded_varchar(self):
203 """Target database must support VARCHAR with no length"""
204
205 return skip_if(
206 ["oracle", "mysql", "mariadb"],
207 "not supported by database",
208 )
209
210 @property
211 def boolean_col_expressions(self):

Callers

nothing calls this directly

Calls 1

skip_ifFunction · 0.90

Tested by

no test coverage detected