()
| 186 | } |
| 187 | |
| 188 | clone(): Connector { |
| 189 | return new SQLServerConnector(); |
| 190 | } |
| 191 | |
| 192 | async connect(dsn: string, initScript?: string, config?: ConnectorConfig): Promise<void> { |
| 193 | try { |
nothing calls this directly
no outgoing calls
no test coverage detected