Skip to content

Commit

Permalink
Respect default query options
Browse files Browse the repository at this point in the history
  • Loading branch information
whscullin committed Dec 18, 2024
1 parent bbf6027 commit 4acb799
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/malloy-db-trino/src/trino_connection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ export abstract class TrinoPrestoConnection
// TODO(figutierrez): Use.
_rowIndex = 0
): Promise<MalloyQueryData> {
options = {...this.readQueryOptions(), ...options};
const r = await this.client.runSQL(sqlCommand, options.rowLimit);

if (r.error) {
Expand Down

0 comments on commit 4acb799

Please sign in to comment.