forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitc9445f0
committed
The following patch for JDBC fixes an issue with jdbc running on a
non-multibyte database loosing 8bit characters. This patch will causethe jdbc driver to ignore the encoding reported by the database whenmultibyte isn't enabled and use the JVM default in that case.Barry Lind1 parentc6b1ef8 commitc9445f0
1 file changed
+8
-2
lines changedLines changed: 8 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
| 13 | + | |
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
| |||
267 | 267 |
| |
268 | 268 |
| |
269 | 269 |
| |
270 |
| - | |
| 270 | + | |
| 271 | + | |
271 | 272 |
| |
272 | 273 |
| |
273 | 274 |
| |
| |||
319 | 320 |
| |
320 | 321 |
| |
321 | 322 |
| |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
322 | 328 |
| |
323 | 329 |
| |
324 | 330 |
| |
|
0 commit comments
Comments
(0)