MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / unicode_ddl

Method unicode_ddl

test/requirements.py:1111–1118  ·  view source on GitHub ↗

Target driver must support some degree of non-ascii symbol names.

(self)

Source from the content-addressed store, hash-verified

1109
1110 @property
1111 def unicode_ddl(self):
1112 """Target driver must support some degree of non-ascii symbol names."""
1113
1114 return skip_if(
1115 [
1116 no_support("mssql+pymssql", "no FreeTDS support"),
1117 ]
1118 )
1119
1120 @property
1121 def symbol_names_w_double_quote(self):

Callers

nothing calls this directly

Calls 2

skip_ifFunction · 0.90
no_supportFunction · 0.85

Tested by

no test coverage detected