forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitd938b75
committed
From: "D'Arcy J.M. Cain" <darcy@druid.net>
Subject: [HACKERS] Inputting moneyI notice that I have to put single quotes around money amounts if thereis a decimal point in the value. I appears to be happening because thereis something changing things like "123.45" to "123.450000" and the codehas a problem with that. There may be a better way to fix this but hereis a simple change to cash.c that lets it accept trailing zeroes.1 parent36712e8 commitd938b75
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 |
| - | |
| 12 | + | |
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
| |||
125 | 125 |
| |
126 | 126 |
| |
127 | 127 |
| |
128 |
| - | |
| 128 | + | |
129 | 129 |
| |
130 | 130 |
| |
131 | 131 |
| |
|
0 commit comments
Comments
(0)