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 ae78a8d commit cad0443Copy full SHA for cad0443
packages/cubejs-postgres-driver/src/PostgresDriver.ts
@@ -14,6 +14,7 @@ import { QueryStream } from './QueryStream';
14
const GenericTypeToPostgres: Record<GenericDataBaseType, string> = {
15
string: 'text',
16
double: 'decimal',
17
+ int: 'int8',
18
// Revert mapping for internal pre-aggregations
19
HLL_POSTGRES: 'hll',
20
};
0 commit comments