We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdd9349 commit e1aee88Copy full SHA for e1aee88
src/Import.php
@@ -62,7 +62,7 @@ protected function execute_statements( $import_file ) {
62
echo 'Converted ecoding for statement: ' . $converted_statement . PHP_EOL;
63
$this->driver->query( $converted_statement );
64
} else {
65
- // It's not a encoding issue, so rethrow the exception.
+ // It's not an encoding issue, so rethrow the exception.
66
throw $e;
67
}
68
} catch ( Exception $e ) {
0 commit comments