Skip to content

Commit 429cab9

Browse files
committed
chore(base-driver)!: Set CUBEJS_DB_PRECISE_DECIMAL_IN_CUBESTORE to true by default
1 parent 6332ac6 commit 429cab9

File tree

1 file changed

+1
-1
lines changed
  • packages/cubejs-backend-shared/src

1 file changed

+1
-1
lines changed

packages/cubejs-backend-shared/src/env.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ const variables: Record<string, (...args: any) => any> = {
301301
.default('UTC')
302302
.asString(),
303303
preciseDecimalInCubestore: () => get('CUBEJS_DB_PRECISE_DECIMAL_IN_CUBESTORE')
304-
.default('false')
304+
.default('true')
305305
.asBoolStrict(),
306306

307307
/** ****************************************************************

0 commit comments

Comments
 (0)