Skip to content

Commit

Permalink
BREAKING CHANGE: Enable CUBEJS_DB_FETCH_COLUMNS_BY_ORDINAL_POSITION b…
Browse files Browse the repository at this point in the history
…y default
  • Loading branch information
ovr committed Dec 15, 2023
1 parent cf6d124 commit d711e6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cubejs-backend-shared/src/env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@ const variables: Record<string, (...args: any) => any> = {
* This will eventually default to true.
*/
fetchColumnsByOrdinalPosition: (): boolean => get('CUBEJS_DB_FETCH_COLUMNS_BY_ORDINAL_POSITION')
.default('false')
.default('true')
.asBoolStrict(),

/** ****************************************************************
Expand Down

0 comments on commit d711e6e

Please sign in to comment.