Skip to content

Commit

Permalink
set "interpreted" as default query runner
Browse files Browse the repository at this point in the history
  • Loading branch information
rasteiner committed Nov 13, 2024
1 parent 2e9186a commit d82b385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Query/Query.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ public function resolve(array|object $data = []): mixed
return $data;
}

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

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

0 comments on commit d82b385

Please sign in to comment.