cloudspannerecosystem / memefish

memefish is the foundation to analyze Spanner SQL
https://cloudspannerecosystem.dev/memefish/
MIT License
76 stars 19 forks source link

Add FLOAT32 type support #81

Closed apstndb closed 3 months ago

apstndb commented 3 months ago

It appears that the new primitive type FLOAT32 is not yet supported.

https://cloud.google.com/spanner/docs/release-notes#April_09_2024

Spanner now supports the float32 (GoogleSQL) and float4/real (PostgreSQL) data type (in Preview).

makenowjust commented 3 months ago

I created a new pull request #82.