Skip to content

Commit 6488896

Browse files
authored
fix(QueryEditor): use full stats mode instead of profile (#791)
1 parent 19487b1 commit 6488896

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/store/reducers/executeQuery.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ export const sendExecuteQuery = ({query, database, mode, schema = 'modern'}: Sen
175175
database,
176176
action,
177177
syntax,
178-
stats: 'profile',
178+
stats: 'full',
179179
}),
180180
actions: SEND_QUERY,
181181
dataHandler: parseQueryAPIExecuteResponse,

0 commit comments

Comments
 (0)