Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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'
- Loading branch information