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 ca2f090 commit b58afacCopy full SHA for b58afac
src/Import.php
@@ -139,13 +139,13 @@ public function parse_statements( $sql_file_path ) {
139
}
140
141
/**
142
- * Execute SQL statements from an SQL dump file using the AST parser.
143
- *
144
- * @param $import_file
145
146
- * @return void
147
- * @throws Exception
148
- */
+ * Execute SQL statements from an SQL dump file using the AST parser.
+ *
+ * @param $import_file
+ * @return void
+ * @throws Exception
+ */
149
protected function execute_statements_with_ast_parser( $import_file ) {
150
$raw_queries = file_get_contents( $import_file );
151
$parser = $this->driver->create_parser( $raw_queries );
0 commit comments