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 2fc077e commit f7f2e2fCopy full SHA for f7f2e2f
run.php
@@ -1,5 +1,8 @@
1
<?php
2
- include('lib_sql_parser.php');
+ include('src/SQLParser.php');
3
+
4
+ use iamcal\SQLParser;
5
6
7
$sql = file_get_contents('data/glitch_main.sql');
8
x.php
@@ -2,7 +2,9 @@
ini_set('display_errors', 1);
error_reporting(E_ERROR | E_WARNING | E_PARSE);
9
$sql = <<<EOD
10
CREATE TABLE `mentions` (
0 commit comments