Skip to content

Commit

Permalink
Add missing REAL case in deserializeColumnData()
Browse files Browse the repository at this point in the history
  • Loading branch information
alco committed Sep 29, 2023
1 parent 0f6905a commit 67bb66f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clients/typescript/src/satellite/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1037,6 +1037,7 @@ function deserializeColumnData(
return typeDecoder.text(column)
case 'BOOL':
return typeDecoder.bool(column)
case 'REAL':
case 'FLOAT4':
case 'FLOAT8':
case 'INT':
Expand Down

0 comments on commit 67bb66f

Please sign in to comment.