- Notifications
You must be signed in to change notification settings - Fork4.9k
Commitfcbf1f1

Barry Lind
Applied patch from Kim Ho to fix a regression against a 7.4 server. The result
of transaction isolation level changed from uppercase to lower case between 7.3 and 7.4. In testing, a regression was also fixed in this area when talking toa 7.2 server due to changes in how notice messages are processed in the currentcode. Modified Files: jdbc/build.xml jdbc/org/postgresql/core/BaseStatement.java jdbc/org/postgresql/jdbc1/AbstractJdbc1Connection.java1 parent88381ad commitfcbf1f1
File tree
2 files changed
+10
-6
lines changed- src/interfaces/jdbc/org/postgresql
- core
- jdbc1
2 files changed
+10
-6
lines changedLines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
| 9 | + | |
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
| |||
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
| 32 | + | |
32 | 33 |
| |
33 | 34 |
| |
34 | 35 |
| |
35 | 36 |
| |
| 37 | + | |
36 | 38 |
| |
37 | 39 |
|
Lines changed: 7 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 |
| - | |
| 12 | + | |
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
| |||
1345 | 1345 |
| |
1346 | 1346 |
| |
1347 | 1347 |
| |
1348 |
| - | |
1349 |
| - | |
1350 |
| - | |
| 1348 | + | |
| 1349 | + | |
| 1350 | + | |
1351 | 1351 |
| |
1352 | 1352 |
| |
1353 | 1353 |
| |
1354 | 1354 |
| |
1355 |
| - | |
| 1355 | + | |
| 1356 | + | |
1356 | 1357 |
| |
1357 | 1358 |
| |
| 1359 | + | |
1358 | 1360 |
| |
1359 | 1361 |
| |
1360 | 1362 |
| |
|
0 commit comments
Comments
(0)