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

Dave Cramer
Added a check for not calling next() before getting objects from the result set,
moved the check for columnIndex into same callcheck at the top of all getXXXadded appropriate error1 parentc422b5c commitee21548
File tree
4 files changed
+18
-14
lines changed- src/interfaces/jdbc/org/postgresql
- jdbc1
- jdbc2
4 files changed
+18
-14
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
255 | 255 |
| |
256 | 256 |
| |
257 | 257 |
| |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
258 | 263 |
| |
259 | 264 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
58 | 58 |
| |
59 | 59 |
| |
60 | 60 |
| |
| 61 | + | |
61 | 62 |
| |
62 | 63 |
| |
63 | 64 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
155 | 155 |
| |
156 | 156 |
| |
157 | 157 |
| |
158 |
| - | |
159 |
| - | |
160 |
| - | |
| 158 | + | |
161 | 159 |
| |
162 | 160 |
| |
163 | 161 |
| |
| |||
388 | 386 |
| |
389 | 387 |
| |
390 | 388 |
| |
391 |
| - | |
392 |
| - | |
393 |
| - | |
| 389 | + | |
394 | 390 |
| |
395 | 391 |
| |
396 | 392 |
| |
| |||
623 | 619 |
| |
624 | 620 |
| |
625 | 621 |
| |
| 622 | + | |
626 | 623 |
| |
627 | 624 |
| |
628 | 625 |
| |
| |||
665 | 662 |
| |
666 | 663 |
| |
667 | 664 |
| |
| 665 | + | |
668 | 666 |
| |
669 | 667 |
| |
670 | 668 |
| |
| |||
707 | 705 |
| |
708 | 706 |
| |
709 | 707 |
| |
| 708 | + | |
710 | 709 |
| |
711 | 710 |
| |
712 | 711 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
162 | 162 |
| |
163 | 163 |
| |
164 | 164 |
| |
165 |
| - | |
166 |
| - | |
167 |
| - | |
| 165 | + | |
168 | 166 |
| |
169 | 167 |
| |
170 | 168 |
| |
| |||
315 | 313 |
| |
316 | 314 |
| |
317 | 315 |
| |
318 |
| - | |
319 |
| - | |
320 |
| - | |
| 316 | + | |
321 | 317 |
| |
322 | 318 |
| |
323 | 319 |
| |
| |||
424 | 420 |
| |
425 | 421 |
| |
426 | 422 |
| |
| 423 | + | |
427 | 424 |
| |
428 | 425 |
| |
429 | 426 |
| |
| |||
469 | 466 |
| |
470 | 467 |
| |
471 | 468 |
| |
| 469 | + | |
472 | 470 |
| |
473 | 471 |
| |
474 | 472 |
| |
| |||
511 | 509 |
| |
512 | 510 |
| |
513 | 511 |
| |
| 512 | + | |
514 | 513 |
| |
515 | 514 |
| |
516 | 515 |
| |
| |||
724 | 723 |
| |
725 | 724 |
| |
726 | 725 |
| |
727 |
| - | |
728 |
| - | |
| 726 | + | |
729 | 727 |
| |
730 | 728 |
| |
731 | 729 |
| |
| |||
941 | 939 |
| |
942 | 940 |
| |
943 | 941 |
| |
| 942 | + | |
944 | 943 |
| |
945 | 944 |
| |
946 | 945 |
| |
|
0 commit comments
Comments
(0)