Skip to content

Commit d82b385

Browse files
committed
set "interpreted" as default query runner
1 parent 2e9186a commit d82b385

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Query/Query.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ public function resolve(array|object $data = []): mixed
107107
return $data;
108108
}
109109

110-
$mode = App::instance()->option('query.runner', 'transpiled');
110+
$mode = App::instance()->option('query.runner', 'interpreted');
111111

112112
if ($mode === 'legacy') {
113113
return $this->resolve_legacy($data);

0 commit comments

Comments
 (0)