koopjs / koop-pgcache

PostGIS cache for Koop.
Other
4 stars 4 forks source link

Cast values to decimal before calling aggregate functions #44

Closed dmfenton closed 8 years ago

dmfenton commented 8 years ago

Resolves #35

ungoldman commented 8 years ago

protip: you can clean up PRs that have commits like "delinting" by doing git commit --amend (merges staged changes into previous commit) and git push remote branch --force (the one time force pushes are okay -- to be used with extreme caution).