-
Notifications
You must be signed in to change notification settings - Fork 166
Open
Description
<?php
include('vendor/autoload.php');
use PHPSQLParser\PHPSQLParser;
$parser = new PHPSQLParser();
$query = file_get_contents('/tmp/aaa/insert.sql');
$t = microtime(true);
$parsed = $parser->parse($query);
var_dump(microtime(true) - $t);{
....
"require": {
"greenlion/php-sql-parser": "v4.6.0"
}
}
Result will
double(58.586335897446)
It's too slow for so a
insert.sql.zip
small file.
Metadata
Metadata
Assignees
Labels
No labels