summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Utils/Query.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Utils/Query.php b/src/Utils/Query.php
index d76e6bb..3698f1c 100644
--- a/src/Utils/Query.php
+++ b/src/Utils/Query.php
@@ -380,7 +380,7 @@ class Query
$parser = new Parser($query);
if (empty($parser->statements[0])) {
- return array();
+ return static::getFlags(null, true);
}
$statement = $parser->statements[0];