We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Decimal
Based on a comment by @seut,
I think using a float won't work as a Decimal has a 128bit range and thus cannot fit into a float. Types: Adjust CrateJsonEncoder to cast Decimal values to Python float types crate/crate-python#604 (comment)
I think using a float won't work as a Decimal has a 128bit range and thus cannot fit into a float.
float
this piece of code may want to be reviewed.
meltano-target-cratedb/target_cratedb/sqlalchemy/patch.py
Lines 54 to 68 in 2b20640
NUMERIC
ObjectArray.as_generic
The text was updated successfully, but these errors were encountered:
No branches or pull requests
About
Based on a comment by @seut,
this piece of code may want to be reviewed.
meltano-target-cratedb/target_cratedb/sqlalchemy/patch.py
Lines 54 to 68 in 2b20640
References
NUMERIC
crate/crate-python#652ObjectArray.as_generic
crate/sqlalchemy-cratedb#23The text was updated successfully, but these errors were encountered: