summaryrefslogtreecommitdiffstats
path: root/src/Utils/Query.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Utils/Query.php')
-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 0d53920..0115bbf 100644
--- a/src/Utils/Query.php
+++ b/src/Utils/Query.php
@@ -293,7 +293,7 @@ class Query
*/
public static function getFlags($statement, $all = false)
{
- $flags = array();
+ $flags = array('querytype' => false);
if ($all) {
$flags = self::$ALLFLAGS;
}