diff --git a/clients/typescript/src/satellite/client.ts b/clients/typescript/src/satellite/client.ts index 6c086d191b..330ccc9221 100644 --- a/clients/typescript/src/satellite/client.ts +++ b/clients/typescript/src/satellite/client.ts @@ -1037,6 +1037,7 @@ function deserializeColumnData( return typeDecoder.text(column) case 'BOOL': return typeDecoder.bool(column) + case 'REAL': case 'FLOAT4': case 'FLOAT8': case 'INT':