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

Dave Cramer
Here is a small patch that cleans up some error reporting in the JDBC driver. PSQLExceptions are thrown instead of SQLExceptions and if a warning is received while waiting for the backend secret key, that warning is chained to the new Connection object instead of generating an exception. A couple new error messages have been added.
1 parentfdcb851 commit1eb31d1
File tree
2 files changed
+11
-9
lines changed- src/interfaces/jdbc/org/postgresql
2 files changed
+11
-9
lines changedLines changed: 8 additions & 8 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 |
| |
| |||
139 | 139 |
| |
140 | 140 |
| |
141 | 141 |
| |
| 142 | + | |
| 143 | + | |
142 | 144 |
| |
143 | 145 |
| |
144 | 146 |
| |
| |||
209 | 211 |
| |
210 | 212 |
| |
211 | 213 |
| |
212 |
| - | |
| 214 | + | |
213 | 215 |
| |
214 | 216 |
| |
215 | 217 |
| |
| |||
304 | 306 |
| |
305 | 307 |
| |
306 | 308 |
| |
| 309 | + | |
307 | 310 |
| |
308 |
| - | |
| 311 | + | |
| 312 | + | |
309 | 313 |
| |
310 | 314 |
| |
311 | 315 |
| |
| |||
317 | 321 |
| |
318 | 322 |
| |
319 | 323 |
| |
320 |
| - | |
321 |
| - | |
| 324 | + | |
322 | 325 |
| |
323 | 326 |
| |
324 | 327 |
| |
325 | 328 |
| |
326 |
| - | |
327 |
| - | |
328 | 329 |
| |
329 | 330 |
| |
330 | 331 |
| |
| |||
361 | 362 |
| |
362 | 363 |
| |
363 | 364 |
| |
364 |
| - | |
365 | 365 |
| |
366 | 366 |
| |
367 | 367 |
| |
|
Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
| 6 | + | |
6 | 7 |
| |
7 | 8 |
| |
8 | 9 |
| |
| |||
11 | 12 |
| |
12 | 13 |
| |
13 | 14 |
| |
| 15 | + | |
14 | 16 |
| |
15 | 17 |
| |
16 |
| - | |
| 18 | + | |
17 | 19 |
| |
18 | 20 |
| |
19 | 21 |
| |
|
0 commit comments
Comments
(0)