forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitaebfaf7
committed
Attached is a patch that prevents a NullPointerException in the JDBC
driver if the translations files have not been properly installed. (Wecarefully avoided installing the translations file in a controlledenvironment here specifically to test for such a bug. :-)See attached description for more details.William--William Webber william@peopleweb.net.au1 parent7f171b5 commitaebfaf7
1 file changed
+10
-6
lines changedLines changed: 10 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
66 | 66 |
| |
67 | 67 |
| |
68 | 68 |
| |
| 69 | + | |
| 70 | + | |
69 | 71 |
| |
70 | 72 |
| |
71 | 73 |
| |
| 74 | + | |
72 | 75 |
| |
73 | 76 |
| |
74 |
| - | |
75 |
| - | |
76 |
| - | |
77 |
| - | |
78 |
| - | |
79 |
| - | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
80 | 84 |
| |
81 | 85 |
| |
82 | 86 |
| |
|
0 commit comments
Comments
(0)