Skip to content

Commit 738674e

Browse files
rasteinerdistantnative
authored andcommitted
set "interpreted" as default query runner
1 parent 2bf1ffc commit 738674e

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)