Target driver can create tables with a name like 'some " table
(self)
| 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): |
nothing calls this directly
no test coverage detected