forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit2cfb14e
committed
Fix the off by one errors in ResultSet from 6.5.3, and more.
I'm including a diff ofpostgresql-7.0/src/interfaces/jdbc/org/postgresql/jdbc2/ResultSet.java.I've clearly marked all the fixes I did. Would *someone* who has accessto the cvs please put this in?Joseph Shraibman1 parenta28f117 commit2cfb14e
1 file changed
+13
-11
lines changedLines changed: 13 additions & 11 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
797 | 797 |
| |
798 | 798 |
| |
799 | 799 |
| |
800 |
| - | |
| 800 | + | |
| 801 | + | |
801 | 802 |
| |
802 | 803 |
| |
803 | 804 |
| |
804 | 805 |
| |
805 |
| - | |
| 806 | + | |
| 807 | + | |
806 | 808 |
| |
807 | 809 |
| |
808 | 810 |
| |
| |||
946 | 948 |
| |
947 | 949 |
| |
948 | 950 |
| |
949 |
| - | |
| 951 | + | |
950 | 952 |
| |
951 | 953 |
| |
952 | 954 |
| |
| |||
967 | 969 |
| |
968 | 970 |
| |
969 | 971 |
| |
970 |
| - | |
| 972 | + | |
971 | 973 |
| |
972 |
| - | |
| 974 | + | |
973 | 975 |
| |
974 | 976 |
| |
975 |
| - | |
| 977 | + | |
976 | 978 |
| |
977 |
| - | |
| 979 | + | |
978 | 980 |
| |
979 | 981 |
| |
980 |
| - | |
| 982 | + | |
981 | 983 |
| |
982 |
| - | |
| 984 | + | |
983 | 985 |
| |
984 | 986 |
| |
985 |
| - | |
| 987 | + | |
986 | 988 |
| |
987 |
| - | |
| 989 | + | |
988 | 990 |
| |
989 | 991 |
| |
990 | 992 |
| |
|
0 commit comments
Comments
(0)