We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a919f61 commit ddc2f28Copy full SHA for ddc2f28
packages/cubejs-postgres-driver/src/PostgresDriver.ts
@@ -13,6 +13,7 @@ import { QueryStream } from './QueryStream';
13
const GenericTypeToPostgres: Record<GenericDataBaseType, string> = {
14
string: 'text',
15
double: 'decimal',
16
+ int: 'int8',
17
// Revert mapping for internal pre-aggregations
18
HLL_POSTGRES: 'hll',
19
};
0 commit comments