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

Barry Lind
Changed QueryExecutor.java to correctly read responses from the backend.
Fixed NPE when database name was not passed on the jdbc connection URLFixed Connection.isClosed() to not hit the DB for every call1 parentaf3c380 commitef7d791
File tree
6 files changed
+694
-1005
lines changed- src/interfaces/jdbc/org/postgresql
- core
- fastpath
- jdbc2
6 files changed
+694
-1005
lines changedLines changed: 2 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 |
| - | |
| 14 | + | |
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
| |||
59 | 59 |
| |
60 | 60 |
| |
61 | 61 |
| |
62 |
| - | |
63 |
| - | |
64 |
| - | |
65 |
| - | |
66 | 62 |
| |
67 | 63 |
| |
68 | 64 |
| |
| |||
81 | 77 |
| |
82 | 78 |
| |
83 | 79 |
| |
84 |
| - | |
85 | 80 |
| |
86 | 81 |
| |
87 | 82 |
| |
| |||
427 | 422 |
| |
428 | 423 |
| |
429 | 424 |
| |
430 |
| - | |
| 425 | + | |
431 | 426 |
| |
432 | 427 |
| |
433 | 428 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
419 | 419 |
| |
420 | 420 |
| |
421 | 421 |
| |
422 |
| - | |
| 422 | + | |
423 | 423 |
| |
424 | 424 |
| |
425 | 425 |
| |
|
0 commit comments
Comments
(0)