forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit30c2b5e

Barry Lind
Applied patch submitted by Kris Jurka to result in a better error message
under some circumstances and handle negative money values better. Modified Files: jdbc/org/postgresql/jdbc1/AbstractJdbc1ResultSet.java1 parent78b13fe commit30c2b5e
File tree
1 file changed
+9
-1
lines changed- src/interfaces/jdbc/org/postgresql/jdbc1
1 file changed
+9
-1
lines changedLines changed: 9 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 |
| - | |
| 16 | + | |
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
| |||
646 | 646 |
| |
647 | 647 |
| |
648 | 648 |
| |
| 649 | + | |
| 650 | + | |
| 651 | + | |
| 652 | + | |
649 | 653 |
| |
650 | 654 |
| |
651 | 655 |
| |
| |||
655 | 659 |
| |
656 | 660 |
| |
657 | 661 |
| |
| 662 | + | |
| 663 | + | |
| 664 | + | |
| 665 | + | |
658 | 666 |
| |
659 | 667 |
| |
660 | 668 |
| |
|
0 commit comments
Comments
(0)