Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(c/driver/postgresql): fix numeric to str #1502

Merged
merged 1 commit into from
Feb 1, 2024
Merged

Commits on Jan 31, 2024

  1. fix(c/driver/postgresql): fix numeric to str

    - conversion from numeric to string had two bugs due to deviations from the original PostgreSQL code
    - leading zero would always be dropped
    - in some cases, the numbers after decimal would not be incomplete and instead replaced with 'garbage'
    - extra test with NUMERIC(16,10)
    lupko committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    427e70e View commit details
    Browse the repository at this point in the history