MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / symbol_names_w_double_quote

Method symbol_names_w_double_quote

test/requirements.py:1121–1126  ·  view source on GitHub ↗

Target driver can create tables with a name like 'some " table

(self)

Source from the content-addressed store, hash-verified

1119
1120 @property
1121 def symbol_names_w_double_quote(self):
1122 """Target driver can create tables with a name like 'some " table'"""
1123
1124 return skip_if(
1125 [no_support("oracle", "ORA-03001: unimplemented feature")]
1126 )
1127
1128 @property
1129 def arraysize(self):

Callers

nothing calls this directly

Calls 2

skip_ifFunction · 0.90
no_supportFunction · 0.85

Tested by

no test coverage detected