Skip to content
This repository was archived by the owner on May 14, 2026. It is now read-only.

feat: support float32 - #531

Merged
olavloite merged 4 commits into
mainfrom
float32
Dec 9, 2024
Merged

feat: support float32#531
olavloite merged 4 commits into
mainfrom
float32

Conversation

@olavloite

@olavloiteolavloite commented Dec 2, 2024

Copy link
Copy Markdown
Contributor

Adds support for FLOAT32 columns. Applications should use the SQLAlchemy type REAL to create a FLOAT32 column, as FLOAT is already reserved for FLOAT64.

Fixes#409

Adds support for FLOAT32 columns. Applications should use the SQLAlchemy
type REAL to create a FLOAT32 column, as FLOAT is already reserved for
FLOAT64.
Fixes#409
@olavloiteolavloite added the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Dec 2, 2024
@product-auto-labelproduct-auto-labelBot added the api: spanner Issues related to the googleapis/python-spanner-sqlalchemy API. label Dec 2, 2024
@olavloiteolavloite removed the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Dec 6, 2024

@bhatt4982bhatt4982 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@olavloite
olavloite merged commit 6c3cb42 into mainDec 9, 2024
@olavloite
olavloite deleted the float32 branch December 9, 2024 07:44
@release-pleaserelease-pleaseBot mentioned this pull request Dec 6, 2024
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

api: spannerIssues related to the googleapis/python-spanner-sqlalchemy API.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

FLOAT32 Support

2 participants

@olavloite@bhatt4982