Skip to content
New issue

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

docs: Add NOTE for HTTP/Json limitation for NUMERIC values #16843

Merged
merged 1 commit into from
Oct 22, 2024
Merged

Conversation

matriv
Copy link
Contributor

@matriv matriv commented Oct 22, 2024

Add info note about possbile truncation of NUMERIC values with high precision due to limitation of HTTP application/json.

Closes: #16830

Add info note about possbile truncation of `NUMERIC` values
with high precision due to limitation of HTTP application/json.

Closes: #16830
@matriv matriv added docs A documentation issue v/5.8 v/5.9 labels Oct 22, 2024
@matriv matriv requested a review from mfussenegger October 22, 2024 14:38
@cla-bot cla-bot bot added the cla-signed label Oct 22, 2024
@matriv matriv added the ready-to-merge Let Mergify merge the PR once approved and checks pass label Oct 22, 2024
@mergify mergify bot merged commit 4585182 into master Oct 22, 2024
14 checks passed
@mergify mergify bot deleted the mt/docs branch October 22, 2024 14:54
@matriv
Copy link
Contributor Author

matriv commented Oct 22, 2024

@Mergifyio backport 5.9 5.8

Copy link
Contributor

mergify bot commented Oct 22, 2024

backport 5.9 5.8

✅ Backports have been created

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
cla-signed docs A documentation issue ready-to-merge Let Mergify merge the PR once approved and checks pass v/5.8 v/5.9
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Selecting NUMERIC value through HTTP truncates decimals
2 participants